diff options
author | brian avery <brian.avery@intel.com> | 2017-04-04 15:22:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-05 23:22:12 +0100 |
commit | 83e6eb613d8d36129a476132bf2485c7c682afc4 (patch) | |
tree | 84f25310de1325aa183add231613ca61a7f25c47 | |
parent | f200f37699031cd98f4594b2992e6b0d8f753440 (diff) | |
download | poky-83e6eb613d8d36129a476132bf2485c7c682afc4.tar.gz |
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]
(From OE-Core rev: 6c0fc4daee0e32c85c8895ce77126d3d0c6c2ed5)
Signed-off-by: brian avery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/meta/meta-ide-support.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb index 1c4adeddf6..0692ec8b9d 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" | |||
4 | 4 | ||
5 | DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" | 5 | DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native" |
6 | PR = "r3" | 6 | PR = "r3" |
7 | RM_WORK_EXCLUDE += "${PN}" | ||
7 | 8 | ||
8 | inherit meta toolchain-scripts nopackages | 9 | inherit meta toolchain-scripts nopackages |
9 | 10 | ||