From: Peter Kjellerstedt Date: Thu, 12 May 2016 08:37:51 +0000 (+0200) Subject: qemuwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25931 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf5651cbcc91333954d7d5f06bf3b247b372063;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemuwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb index 7f4c6d93499..53b302d6571 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 chmod +x ${D}${bindir_crossscripts}/qemuwrapper } -SYSROOT_PREPROCESS_FUNCS += "qemuwrapper_sysroot_preprocess" - -qemuwrapper_sysroot_preprocess () { - sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} -} +SYSROOT_DIRS += "${bindir_crossscripts}" INHIBIT_DEFAULT_DEPS = "1"