summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-15 12:07:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-15 15:57:39 +0100
commit78ee7ae14c16fe7e4291d5b0c61a28fe34eaea93 (patch)
treee924294460cba40e87782850ab0e419b7cf2c38e /meta
parent7e8a5a5b00fc19338da123c112f8a71f2d69a060 (diff)
downloadpoky-78ee7ae14c16fe7e4291d5b0c61a28fe34eaea93.tar.gz
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. (From OE-Core rev: 7f72562d274dd2c37ce9262bb7fb8a8a6a9a37df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb2
1 files changed, 2 insertions, 0 deletions
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"
18qemuwrapper_sysroot_preprocess () { 18qemuwrapper_sysroot_preprocess () {
19 sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} 19 sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
20} 20}
21
22INHIBIT_DEFAULT_DEPS = "1"