[OE-core] [morty][PATCH 3/3] nativesdk-packagegroup-sdk-host.bb: add cmake

Andre McCurdy armccurdy at gmail.com
Tue May 15 20:37:25 UTC 2018


From: brian avery <brian.avery at intel.com>

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>
(cherry picked from commit b1ccab95464855877558972c4523956be32dee36)
Signed-off-by: Andre McCurdy <armccurdy at gmail.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 2c2abed..832d7c7 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-smartpm \
+    nativesdk-cmake \
     nativesdk-postinst-intercept \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \
     "
-- 
1.9.1




More information about the Openembedded-core mailing list