diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb index 7f4c6d9349..53b302d657 100644 --- a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb +++ b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | |||
@@ -41,10 +41,6 @@ EOF | |||
41 | chmod +x ${D}${bindir_crossscripts}/qemuwrapper | 41 | chmod +x ${D}${bindir_crossscripts}/qemuwrapper |
42 | } | 42 | } |
43 | 43 | ||
44 | SYSROOT_PREPROCESS_FUNCS += "qemuwrapper_sysroot_preprocess" | 44 | SYSROOT_DIRS += "${bindir_crossscripts}" |
45 | |||
46 | qemuwrapper_sysroot_preprocess () { | ||
47 | sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} | ||
48 | } | ||
49 | 45 | ||
50 | INHIBIT_DEFAULT_DEPS = "1" | 46 | INHIBIT_DEFAULT_DEPS = "1" |