From: Richard Purdie Date: Thu, 24 Jul 2014 21:11:15 +0000 (+0100) Subject: qemu: Use PACKAGECONFIG for libusb to avoid floating dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33019 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24cc1af031244ad7c152b98312012b6344e57d48;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: Use PACKAGECONFIG for libusb to avoid floating dependency Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index ccd7908bc55..3cb85363ca0 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -100,6 +100,7 @@ PACKAGECONFIG[gtk+] = "--enable-gtk,--disable-gtk,gtk+ libvte," PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl," PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," +PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" # Qemu target will not build in world build for ARM or Mips BROKEN_qemuarm = "1"