From 7c97b49180fe55f3116d13c40384fc3d326853e0 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 18 Oct 2023 20:12:08 +0200 Subject: [PATCH] lvgl: Allow empty package The lvgl main package is empty, since all the headers end up in the -dev variant and static library archive ends up in -staticdev variant. Mark the main package as ALLOW_EMPTY. Signed-off-by: Marek Vasut Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb b/meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb index dc681c249b..2aaf60a3dd 100644 --- a/meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb +++ b/meta-oe/recipes-graphics/lvgl/lvgl_8.3.9.bb @@ -16,6 +16,8 @@ inherit cmake EXTRA_OECMAKE = "-DLIB_INSTALL_DIR=${baselib}" S = "${WORKDIR}/git" +ALLOW_EMPTY:${PN} = "1" + LVGL_CONFIG_LV_MEM_CUSTOM ?= "0" LVGL_CONFIG_LV_COLOR_DEPTH ?= "32"