From: Richard Purdie Date: Mon, 15 Apr 2013 11:07:06 +0000 (+0100) Subject: qemuwrapper-cross: Inhibit default dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37667 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f72562d274dd2c37ce9262bb7fb8a8a6a9a37df;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemuwrapper-cross: Inhibit default dependencies This wrapper script doesn't need a compile or any of the default system dependencies so lets inhibit them. This also stops the script being rebuild every time the toolchain changes. 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 f23a7d79628..41617a6b756 100644 --- a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb +++ b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb @@ -18,3 +18,5 @@ SYSROOT_PREPROCESS_FUNCS += "qemuwrapper_sysroot_preprocess" qemuwrapper_sysroot_preprocess () { sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} } + +INHIBIT_DEFAULT_DEPS = "1"