[oe-commits] [openembedded-core] 04/11: meta-ide-support: exclude this recipe from rm_work

git at git.openembedded.org git at git.openembedded.org
Wed Apr 5 08:46:57 UTC 2017


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 6c0fc4daee0e32c85c8895ce77126d3d0c6c2ed5
Author: brian avery <brian.avery at intel.com>
AuthorDate: Tue Apr 4 15:22:11 2017 -0700

    meta-ide-support: exclude this recipe from rm_work
    
    The results of meta-ide-support are used by utilities like runqemu and
    runqemu-extract-sdk.  Since the usr/bin that meta-ide-support creates is
    subsequently removed bu rm_work, we exclude this recipe from the rm_work
    list.
    
    [YOCTO #11119]
    
    Signed-off-by: brian avery <brian.avery at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/meta-ide-support.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb
index 1c4aded..0692ec8 100644
--- a/meta/recipes-core/meta/meta-ide-support.bb
+++ b/meta/recipes-core/meta/meta-ide-support.bb
@@ -4,6 +4,7 @@ LICENSE = "MIT"
 
 DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native"
 PR = "r3"
+RM_WORK_EXCLUDE += "${PN}"
 
 inherit meta toolchain-scripts nopackages
 

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


More information about the Openembedded-commits mailing list