What issue does this actually fix?

Is it related to
https://lists.openembedded.org/g/openembedded-core/message/188383 ?

I'm not fan of empty useless packages created just to make package manager
happy when something else has unfortunate dependency on them.

On Wed, Oct 18, 2023 at 8:12 PM Marek Vasut <[email protected]> wrote:

> The lv-drivers 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 <[email protected]>
> ---
> Cc: Fabio Estevam <[email protected]>
> Cc: Khem Raj <[email protected]>
> Cc: Martin Jansa <[email protected]>
> Cc: Michael Opdenacker <[email protected]>
> ---
>  meta-oe/recipes-graphics/lvgl/lv-drivers.inc | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-graphics/lvgl/lv-drivers.inc
> b/meta-oe/recipes-graphics/lvgl/lv-drivers.inc
> index dcf1ad14b..6cfb7fa07 100644
> --- a/meta-oe/recipes-graphics/lvgl/lv-drivers.inc
> +++ b/meta-oe/recipes-graphics/lvgl/lv-drivers.inc
> @@ -17,6 +17,8 @@ LVGL_CONFIG_USE_WAYLAND =
> "${@bb.utils.contains('PACKAGECONFIG', 'wayland', '1',
>  LVGL_CONFIG_WAYLAND_HOR_RES ?= "480"
>  LVGL_CONFIG_WAYLAND_VER_RES ?= "320"
>
> +ALLOW_EMPTY:${PN} = "1"
> +
>  EXTRA_OECMAKE += "-Dinstall:BOOL=ON -DLIB_INSTALL_DIR=${baselib}"
>
>  do_configure:append() {
> --
> 2.42.0
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#105581): 
https://lists.openembedded.org/g/openembedded-devel/message/105581
Mute This Topic: https://lists.openembedded.org/mt/102044889/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to