diff mbox series

[meta-oe,1/3] lvgl: Drop superfluous ALLOW_EMPTY

Message ID 20240322204951.43007-1-marex@denx.de
State Accepted
Headers show
Series [meta-oe,1/3] lvgl: Drop superfluous ALLOW_EMPTY | expand

Commit Message

Marek Vasut March 22, 2024, 8:49 p.m. UTC
This ALLOW_EMPTY was a workaround for LVGL built as static library.
The lvgl is now built as shared library, drop this remnant.

Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Christophe Chapuis <chris.chapuis@gmail.com>
Cc: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
---
 meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb b/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
index fc967e6d1..304068399 100644
--- a/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
+++ b/meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb
@@ -21,8 +21,6 @@  inherit cmake
 EXTRA_OECMAKE = "-DLIB_INSTALL_DIR=${baselib} -DBUILD_SHARED_LIBS=ON"
 S = "${WORKDIR}/git"
 
-ALLOW_EMPTY:${PN} = "1"
-
 PACKAGECONFIG ??= "drm"
 require lv-conf.inc