]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-ide-support: exclude this recipe from rm_work
authorbrian avery <brian.avery@intel.com>
Tue, 4 Apr 2017 22:22:11 +0000 (15:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Apr 2017 08:40:55 +0000 (09:40 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/meta-ide-support.bb

index 1c4adeddf64648d8e834ef875a4b7eb9e4ca59d4..0692ec8b9dfdff3c1962d1d59c7372c38b45e1c2 100644 (file)
@@ -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