[oe-commits] [openembedded-core] 29/29: nativesdk-packagegroup-sdk-host.bb: add cmake

git at git.openembedded.org git at git.openembedded.org
Fri Mar 17 15:38:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit f2f14383e0e9e2bc0a35abe0aa8989423b7ee9e1
Author: brian avery <brian.avery at intel.com>
AuthorDate: 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.
    
    Signed-off-by: brian avery <brian.avery at intel.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 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)} \
     "

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


More information about the Openembedded-commits mailing list