diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-07-07 18:24:51 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:24:48 +0100 |
commit | 6305923412d839f23e81025b6547bcd3e4e711cc (patch) | |
tree | eb4821b83c28e6e33b3757a91c4c2ae8c0354e46 /meta | |
parent | a6c88ff6c22a832762d3357967e885064feb577b (diff) | |
download | openembedded-core-6305923412d839f23e81025b6547bcd3e4e711cc.tar.gz openembedded-core-6305923412d839f23e81025b6547bcd3e4e711cc.tar.bz2 openembedded-core-6305923412d839f23e81025b6547bcd3e4e711cc.zip |
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.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 0c6a530be6..2c2abed33c 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -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 = "\ |