[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5181/8267] nativesdk-packagegroup-sdk-host.bb: add cmake



commit 7e0985bab68547f946163828a16beab7542fca2e
Author: brian avery <brian avery intel com>
Date:   Wed Mar 15 06:48:01 2017 -0700

    nativesdk-packagegroup-sdk-host.bb: add cmake
    
    The Eclipse plugin uses cmake from the SDK and currently has issues
    because cmake is not installed as a host tool.  This patch adds cmake as
    a host tool for the sdk/esdk.
    
    (From OE-Core rev: b1ccab95464855877558972c4523956be32dee36)
    
    Signed-off-by: brian avery <brian avery intel 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 3283e73..2ca6392 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\
     nativesdk-shadow \
     nativesdk-makedevs \
     nativesdk-dnf \
+    nativesdk-cmake \
     nativesdk-postinst-intercept \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \
     "


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