diff options
author | brian avery <brian.avery@intel.com> | 2017-03-15 06:48:01 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-17 16:52:44 +0000 |
commit | b1ccab95464855877558972c4523956be32dee36 (patch) | |
tree | 7893910d1b9f3a3a5efe36d57805e1a8543c334f /meta/recipes-core | |
parent | fb7a5cdcff19bb44a25a51e20de0440c1ebcc057 (diff) | |
download | openembedded-core-b1ccab95464855877558972c4523956be32dee36.tar.gz openembedded-core-b1ccab95464855877558972c4523956be32dee36.tar.bz2 openembedded-core-b1ccab95464855877558972c4523956be32dee36.zip |
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@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/packagegroups/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 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} = "\ nativesdk-shadow \ nativesdk-makedevs \ nativesdk-dnf \ + nativesdk-cmake \ nativesdk-postinst-intercept \ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ " |