[oe-commits] Richard Purdie : qemu: Use PACKAGECONFIG for libusb to avoid floating dependency

git at git.openembedded.org git at git.openembedded.org
Thu Jul 24 21:16:52 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 8db9f64e9eee181a4b90b80ccb3a34bf07cdf280
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8db9f64e9eee181a4b90b80ccb3a34bf07cdf280

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Jul 24 22:11:15 2014 +0100

qemu: Use PACKAGECONFIG for libusb to avoid floating dependency

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/qemu/qemu.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index ccd7908..3cb8536 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"



More information about the Openembedded-commits mailing list