diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-15 22:49:13 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-07-17 20:01:56 -0400 |
| commit | f58a83ee247499db627808814837b5be4d8542ae (patch) | |
| tree | 098c635ac210430d2d8bf1f8bd68b2ae21ad792d /meta-oe/recipes-core | |
| parent | e73202e04a3568f92306fdb46a02d60c4aba394a (diff) | |
| download | meta-openembedded-f58a83ee247499db627808814837b5be4d8542ae.tar.gz | |
packagegroup-meta-oe: fix lvgl inclusion
Since commit f7fedd156374 ("lvgl: Upgrade to LVGL 9 series"):
* lv-drivers and lv-lib-png packages do not exist anymore
* lvgl does not depend on "wayland" being in DISTRO_FEATURES
This fixes these warnings (e.g. from AB[0]):
Nothing RPROVIDES 'lv-lib-png' (but [...]/packagegroup-meta-oe.bb RDEPENDS on or otherwise requires it)
Nothing RPROVIDES 'lv-drivers' (but [...]/packagegroup-meta-oe.bb RDEPENDS on or otherwise requires it)
[0]: https://autobuilder.yoctoproject.org/typhoon/#/builders/156/builds/367/steps/12/logs/warnings
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit cda9ade9fb9662d11b6e956844db7c8202b9902b)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
| -rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index 7544a9fbfa..71f74287c7 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
| @@ -511,7 +511,7 @@ RDEPENDS:packagegroup-meta-oe-graphics ="\ | |||
| 511 | libsdl2-net \ | 511 | libsdl2-net \ |
| 512 | ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "libsdl2-ttf", "", d)} \ | 512 | ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "libsdl2-ttf", "", d)} \ |
| 513 | libsdl \ | 513 | libsdl \ |
| 514 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "lv-drivers lvgl lv-lib-png", "", d)} \ | 514 | lvgl \ |
| 515 | ttf-arphic-uming \ | 515 | ttf-arphic-uming \ |
| 516 | ttf-droid-sans ttf-droid-sans-mono ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif \ | 516 | ttf-droid-sans ttf-droid-sans-mono ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif \ |
| 517 | ttf-abyssinica \ | 517 | ttf-abyssinica \ |
