mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
qemu: add PACKAGECONFIG stanza for bzip2
This is just for reading bzip-compressed DMG files, so disable it by default. (From OE-Core rev: 0aad5d1888549a134968f7f6d0c9d64b3e158e1e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ec64c9c02f
commit
2ef717dda7
@@ -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)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user