mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
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 <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 7c97b49180)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
0e2680ce47
commit
e51ef27a32
@@ -16,6 +16,8 @@ inherit cmake
|
|||||||
EXTRA_OECMAKE = "-DLIB_INSTALL_DIR=${baselib}"
|
EXTRA_OECMAKE = "-DLIB_INSTALL_DIR=${baselib}"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
ALLOW_EMPTY:${PN} = "1"
|
||||||
|
|
||||||
LVGL_CONFIG_LV_MEM_CUSTOM ?= "0"
|
LVGL_CONFIG_LV_MEM_CUSTOM ?= "0"
|
||||||
LVGL_CONFIG_LV_COLOR_DEPTH ?= "32"
|
LVGL_CONFIG_LV_COLOR_DEPTH ?= "32"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user