[oe-commits] [openembedded-core] 02/02: meta-ide-support: add cmake-native

git at git.openembedded.org git at git.openembedded.org
Mon Oct 1 12:09:33 UTC 2018


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 0b51e0b2ac6f3cc95af4061253dc76a91df91349
Author: Chin Huat Ang <chin.huat.ang at intel.com>
AuthorDate: Mon Oct 1 13:09:45 2018 +0800

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/meta-ide-support.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb
index 0692ec8..768f6f4 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}"
 

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


More information about the Openembedded-commits mailing list