From bf8b9858d9ccce27173d13938a83d249294cc473 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 30 Jul 2017 15:59:34 +0100 Subject: 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. Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb') 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() { install tunctl ${D}${bindir}/ } -RM_WORK_EXCLUDE_ITEMS += "recipe-sysroot-native" DEPENDS += "qemu-native" addtask addto_recipe_sysroot after do_populate_sysroot before do_build -- cgit 1.2.3-korg