[oe-commits] [openembedded-core] 03/83: qemu: add PACKAGECONFIG stanza for bzip2

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:31:31 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 0aad5d1888549a134968f7f6d0c9d64b3e158e1e
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Nov 27 15:14:50 2015 +0000

    qemu: add PACKAGECONFIG stanza for bzip2
    
    This is just for reading bzip-compressed DMG files, so disable it by default.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 44e6744..b865223 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -131,6 +131,7 @@ PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,mesa"
 PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo"
 PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl"
 PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls"
+PACKAGECONFIG[bzip2] = "--enable-bzip2,--disable-bzip2,bzip2"
 
 EXTRA_OECONF += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '--audio-drv-list=oss,alsa', '', d)}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list