]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu: add PACKAGECONF lzo
authorKai Kang <kai.kang@windriver.com>
Thu, 14 Aug 2014 09:55:48 +0000 (17:55 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Aug 2014 07:46:41 +0000 (08:46 +0100)
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc

index 5401dd2ec2cd024e472bd2f69f26ec5e133e675e..e2842f05b067f19b7653021082a17e871ddc3d14 100644 (file)
@@ -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)}"