summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
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:30 +0100
commit3cf3c8d4e0d1ceb5789b085269277662347b9924 (patch)
treed426efa50d38926ab002b04b388567ce45c294df /meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
parentb8f089512f65a4a131c8096c281c4f3d9cf23718 (diff)
downloadpoky-3cf3c8d4e0d1ceb5789b085269277662347b9924.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/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb')
-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"