summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-11-07 12:50:15 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-08 22:03:51 +0000
commit9e929c83f1f5ac505d555f14d623f0366bda91dd (patch)
tree6f08aaa4cd0da3c886d808a83941af2de38c1ee3 /meta/recipes-core/packagegroups
parent166cbbbd48d6c91b70eb47c54fb224628df0432d (diff)
downloadpoky-9e929c83f1f5ac505d555f14d623f0366bda91dd.tar.gz
nativesdk-packagegroup-sdk-host.bb: Update host tools for wayland
The wayland-scanner host tool required to build weston is moved to the wayland-tools package, so update the SDK host tools list accordingly. Also, the weston build requires wayland-scanner.pc to find wayland-scanner, so add wayland-dev. (From OE-Core rev: 31ed91bdbb0ec05730fb98d7cc523bb46aca50e3) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index 39e5002bb7..9166a0851f 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -25,7 +25,7 @@ RDEPENDS:${PN} = "\
25 nativesdk-makedevs \ 25 nativesdk-makedevs \
26 nativesdk-cmake \ 26 nativesdk-cmake \
27 nativesdk-meson \ 27 nativesdk-meson \
28 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ 28 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland-tools nativesdk-wayland-dev', '', d)} \
29 nativesdk-sdk-provides-dummy \ 29 nativesdk-sdk-provides-dummy \
30 nativesdk-bison \ 30 nativesdk-bison \
31 nativesdk-flex \ 31 nativesdk-flex \