From 3cf3c8d4e0d1ceb5789b085269277662347b9924 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 15 Apr 2013 12:07:06 +0100 Subject: 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 --- meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/qemu') 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" -- cgit v1.2.3-54-g00ecf