[oe-commits] Kai Kang : qemu: add PACKAGECONF lzo

git at git.openembedded.org git at git.openembedded.org
Thu Aug 14 16:18:34 UTC 2014


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

Author: Kai Kang <kai.kang at windriver.com>
Date:   Thu Aug 14 17:55:48 2014 +0800

qemu: add PACKAGECONF lzo

Add PACKAGECONF 'lzo' for qemu to fix QA warning:

WARNING: QA Issue: qemu rdepends on lzo, but it isn't a build dependency? [build-deps]

Signed-off-by: Kai Kang <kai.kang at windriver.com>
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 5401dd2..e2842f0 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -109,6 +109,7 @@ PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb1"
 PACKAGECONFIG[fdt] = "--enable-fdt,--disable-fdt,dtc"
 PACKAGECONFIG[alsa] = ",,alsa-lib"
 PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa"
+PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo"
 
 EXTRA_OECONF += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '--audio-drv-list=oss,alsa', '', d)}"
 



More information about the Openembedded-commits mailing list