From c5328afba4d226e72a15b99340ee2618330cd35d Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 22 Mar 2024 21:49:13 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/lvgl/lvgl_9.1.0.bb | 2 -- 1 file changed, 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