[oe-commits] Richard Purdie : qemuwrapper-cross: Inhibit default dependencies

git at git.openembedded.org git at git.openembedded.org
Mon Apr 15 14:55:20 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 7f72562d274dd2c37ce9262bb7fb8a8a6a9a37df
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7f72562d274dd2c37ce9262bb7fb8a8a6a9a37df

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Apr 15 12:07:06 2013 +0100

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 <richard.purdie at linuxfoundation.org>

---

 .../recipes-devtools/qemu/qemuwrapper-cross_1.0.bb |    2 ++
 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 f23a7d7..41617a6 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"





More information about the Openembedded-commits mailing list