summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-19 06:57:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-23 12:49:49 -0800
commitf14fb8d124926d41785673a9a6cbdce849c305f8 (patch)
tree27a8819eec1f3404c0749ac11124af9a02edc0ac /meta/recipes-devtools/qemu
parent9eaf51be2d578016d24ca47fb3cd679d3da4baca (diff)
downloadpoky-f14fb8d124926d41785673a9a6cbdce849c305f8.tar.gz
depmodwrapper-cross/qemuwrapper-cross: Drop unneeded binutils dependency
By default these pull in binutils-cross since they're a cross tool and pull in any native tool requirements. In reality they don't need such tools at build time or runtime since they're scripts. Therefore clear the dependency and save on some processing time. (From OE-Core rev: 63796765122e2eee2b78930797d571acb5c244d1) (From OE-Core rev: 50feffd0917b0ab408b34ded9c2f741a9c4e5b74) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-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 b86400bd27..e40cdafc94 100644
--- a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
@@ -7,6 +7,8 @@ DEPENDS += "qemu-native"
7 7
8inherit qemu 8inherit qemu
9 9
10do_populate_sysroot[depends] = ""
11
10do_install () { 12do_install () {
11 install -d ${D}${bindir_crossscripts}/ 13 install -d ${D}${bindir_crossscripts}/
12 14