mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
nativesdk-packagegroup-sdk-host: Add wayland-scanner to the SDK native toolchain
The build tool wayland-scanner was missing from the native toolchain of the Yocto Project SDK build. (From OE-Core rev: 6305923412d839f23e81025b6547bcd3e4e711cc) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9045e21b7f
commit
e833508075
@@ -24,6 +24,7 @@ RDEPENDS_${PN} = "\
|
|||||||
nativesdk-makedevs \
|
nativesdk-makedevs \
|
||||||
nativesdk-smartpm \
|
nativesdk-smartpm \
|
||||||
nativesdk-postinst-intercept \
|
nativesdk-postinst-intercept \
|
||||||
|
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN}_darwin = "\
|
RDEPENDS_${PN}_darwin = "\
|
||||||
|
|||||||
Reference in New Issue
Block a user