[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1365/8267] nativesdk-packagegroup-sdk-host: Add wayland-scanner to the SDK native toolchain



commit e833508075bcb8f2d1ccddcf46f579aea7a2ab1d
Author: Tom Hochstein <tom hochstein nxp com>
Date:   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.
    
    (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>

 .../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 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 = "\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]