[oe-commits] [openembedded-core] 18/118: nativesdk-packagegroup-sdk-host: Add wayland-scanner to the SDK native toolchain

git at git.openembedded.org git at git.openembedded.org
Wed Jul 20 09:29:52 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 6305923412d839f23e81025b6547bcd3e4e711cc
Author: Tom Hochstein <tom.hochstein at nxp.com>
AuthorDate: Thu Jul 7 18:24:51 2016 -0500

    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 at nxp.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index 0c6a530..2c2abed 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 = "\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list