diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-30 15:59:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-31 15:13:31 +0100 |
commit | 35e3cb3012d79f62da03f0e1dc592ee45759edea (patch) | |
tree | 8aaf2cbdbcec3fe272ca73430c84ba22bb955e66 /meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | |
parent | 4f9918ccfada2efb4fa89385795eac6d917b5fe1 (diff) | |
download | poky-35e3cb3012d79f62da03f0e1dc592ee45759edea.tar.gz |
rm_work: Improve handling for addto_recipe_sysroot
Rather than requiring each user to handle this individually, handle
addto_recipe_sysroot in the core class. As well as preserving the
sysroot directory, this also ensures the stamp is preserved rather
than rerunning the task every time as currently happens.
(From OE-Core rev: bf8b9858d9ccce27173d13938a83d249294cc473)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb index 27d53157db..d86b155176 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | |||
@@ -20,6 +20,5 @@ do_install() { | |||
20 | install tunctl ${D}${bindir}/ | 20 | install tunctl ${D}${bindir}/ |
21 | } | 21 | } |
22 | 22 | ||
23 | RM_WORK_EXCLUDE_ITEMS += "recipe-sysroot-native" | ||
24 | DEPENDS += "qemu-native" | 23 | DEPENDS += "qemu-native" |
25 | addtask addto_recipe_sysroot after do_populate_sysroot before do_build | 24 | addtask addto_recipe_sysroot after do_populate_sysroot before do_build |