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:28:44 +0100 |
commit | e833508075bcb8f2d1ccddcf46f579aea7a2ab1d (patch) | |
tree | cbb2f19f9c852611d4e44315651dfd321f6e6042 /meta/recipes-core/packagegroups | |
parent | 9045e21b7f60b5565fad8b0e540478a4abce941d (diff) | |
download | poky-e833508075bcb8f2d1ccddcf46f579aea7a2ab1d.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-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} = "\ | |||
24 | nativesdk-makedevs \ | 24 | nativesdk-makedevs \ |
25 | nativesdk-smartpm \ | 25 | nativesdk-smartpm \ |
26 | nativesdk-postinst-intercept \ | 26 | nativesdk-postinst-intercept \ |
27 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ | ||
27 | " | 28 | " |
28 | 29 | ||
29 | RDEPENDS_${PN}_darwin = "\ | 30 | RDEPENDS_${PN}_darwin = "\ |