summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorbrian avery <brian.avery@intel.com>2017-03-15 06:48:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-17 16:53:06 +0000
commit7e0985bab68547f946163828a16beab7542fca2e (patch)
tree40612fec4c9a24c1cf882e0846c3965d5c14ce94 /meta/recipes-core/packagegroups
parente987f620097df16c155303668e2b8093071fe75f (diff)
downloadpoky-7e0985bab68547f946163828a16beab7542fca2e.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb1
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 3283e7370e..2ca639294a 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} = "\
23 nativesdk-shadow \ 23 nativesdk-shadow \
24 nativesdk-makedevs \ 24 nativesdk-makedevs \
25 nativesdk-dnf \ 25 nativesdk-dnf \
26 nativesdk-cmake \
26 nativesdk-postinst-intercept \ 27 nativesdk-postinst-intercept \
27 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ 28 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \
28 " 29 "