aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2024-03-22 21:49:13 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-22 21:19:50 -0700
commitc5328afba4d226e72a15b99340ee2618330cd35d (patch)
tree81af720bc0c9f6abe7282b39a7827790f31a0638 /meta-oe/recipes-graphics
parentc8c035e99b28924ae58ee1dee6dd6e6b14b52084 (diff)
downloadmeta-openembedded-c5328afba4d226e72a15b99340ee2618330cd35d.tar.gz
lvgl: Drop superfluous ALLOW_EMPTY
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r--meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb2
1 files changed, 0 insertions, 2 deletions
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 fc967e6d1f..304068399f 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