]> code.ossystems Code Review - openembedded-core.git/commitdiff
nativesdk-packagegroup-sdk-host: Add wayland-scanner to the SDK native toolchain
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 7 Jul 2016 23:24:51 +0000 (18:24 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:48 +0000 (10:24 +0100)
The build tool wayland-scanner was missing from the native toolchain
of the Yocto Project SDK build.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb

index 0c6a530be6f99b822a680d9821117c86e018b2bc..2c2abed33cd8b766764547b7c3318f46d5a63ade 100644 (file)
@@ -24,6 +24,7 @@ RDEPENDS_${PN} = "\
     nativesdk-makedevs \
     nativesdk-smartpm \
     nativesdk-postinst-intercept \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \
     "
 
 RDEPENDS_${PN}_darwin = "\