diff options
author | Chin Huat Ang <chin.huat.ang@intel.com> | 2018-10-01 13:09:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-01 13:07:55 +0100 |
commit | 0b51e0b2ac6f3cc95af4061253dc76a91df91349 (patch) | |
tree | 6c0d5e130570ed04ef32fd6d4678b5bbd9581e36 /meta | |
parent | f1f38df91975f9b53933c2d2fbdca291d1872d5f (diff) | |
download | openembedded-core-contrib-0b51e0b2ac6f3cc95af4061253dc76a91df91349.tar.gz |
meta-ide-support: add cmake-native
Include cmake as part of build tree toolchain so that it is populated
into meta-ide-support's recipe-sysroot-native which is prepended to
$PATH, this ensures cmake-native is picked up first before host cmake.
Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/meta-ide-support.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb index 0692ec8b9df..768f6f4bb67 100644 --- a/meta/recipes-core/meta/meta-ide-support.bb +++ b/meta/recipes-core/meta/meta-ide-support.bb @@ -2,7 +2,7 @@ SUMMARY = "Integrated Development Environment support" DESCRIPTION = "Meta package for ensuring the build directory contains all appropriate toolchain packages for using an IDE" LICENSE = "MIT" -DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" +DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native cmake-native" PR = "r3" RM_WORK_EXCLUDE += "${PN}" |