diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-24 22:11:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 15:33:58 +0100 |
commit | 63df03dc7bf31bf128f44bee7dc8a2a3d6479a8f (patch) | |
tree | 827d75785e1a92f7159c2c25b84f33ea66f966df /meta/recipes-devtools | |
parent | c6211d82f6323362cecbbdcfc19e4b87829a8bc7 (diff) | |
download | poky-63df03dc7bf31bf128f44bee7dc8a2a3d6479a8f.tar.gz |
qemu: Use PACKAGECONFIG for libusb to avoid floating dependency
(From OE-Core rev: 24cc1af031244ad7c152b98312012b6344e57d48)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index ccd7908bc5..3cb85363ca 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," | |||
100 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," | 100 | PACKAGECONFIG[libcap-ng] = "--enable-cap-ng,--disable-cap-ng,libcap-ng," |
101 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl," | 101 | PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl," |
102 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," | 102 | PACKAGECONFIG[ssh2] = "--enable-libssh2,--disable-libssh2,libssh2," |
103 | PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1" | ||
103 | 104 | ||
104 | # Qemu target will not build in world build for ARM or Mips | 105 | # Qemu target will not build in world build for ARM or Mips |
105 | BROKEN_qemuarm = "1" | 106 | BROKEN_qemuarm = "1" |