diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | 4 |
1 files changed, 4 insertions, 0 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 8d27c4db61..27d53157db 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | |||
@@ -19,3 +19,7 @@ do_install() { | |||
19 | install -d ${D}${bindir} | 19 | install -d ${D}${bindir} |
20 | install tunctl ${D}${bindir}/ | 20 | install tunctl ${D}${bindir}/ |
21 | } | 21 | } |
22 | |||
23 | RM_WORK_EXCLUDE_ITEMS += "recipe-sysroot-native" | ||
24 | DEPENDS += "qemu-native" | ||
25 | addtask addto_recipe_sysroot after do_populate_sysroot before do_build | ||