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 <ma...@denx.de> --- Cc: Fabio Estevam <feste...@denx.de> Cc: Khem Raj <raj.k...@gmail.com> Cc: Martin Jansa <martin.ja...@gmail.com> Cc: Michael Opdenacker <michael.opdenac...@bootlin.com> --- 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 dc681c249..2aaf60a3d 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" -- 2.42.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#105579): https://lists.openembedded.org/g/openembedded-devel/message/105579 Mute This Topic: https://lists.openembedded.org/mt/102044888/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-