From: Richard Purdie Date: Mon, 15 Apr 2013 11:07:06 +0000 (+0100) Subject: qemuwrapper-cross: Inhibit default dependencies X-Git-Tag: 2015-4~6830 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7f72562d274dd2c37ce9262bb7fb8a8a6a9a37df;p=openembedded-core.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 f23a7d7962..41617a6b75 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"