1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

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: adee9d40023b6197f121ec0cf1115ce229c2a26f)

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 31ed91bdbb0ec05730fb98d7cc523bb46aca50e3)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Hochstein
2021-11-07 12:50:15 -06:00
committed by Richard Purdie
parent 025b64f23e
commit 443816b4dd
@@ -25,7 +25,7 @@ RDEPENDS:${PN} = "\
nativesdk-makedevs \ nativesdk-makedevs \
nativesdk-cmake \ nativesdk-cmake \
nativesdk-meson \ nativesdk-meson \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland-tools nativesdk-wayland-dev', '', d)} \
nativesdk-sdk-provides-dummy \ nativesdk-sdk-provides-dummy \
nativesdk-bison \ nativesdk-bison \
nativesdk-flex \ nativesdk-flex \