diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-07-28 02:05:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-31 10:32:39 +0100 |
commit | 60f6dcb53251d7187221a5a031c23f5fb9b14a12 (patch) | |
tree | 5608d7670214d5d9692a98fbc535a0c30e8a1a63 /meta/recipes-devtools | |
parent | fc8902f1b549a8008a1fba5af98c059191cb6f2d (diff) | |
download | poky-60f6dcb53251d7187221a5a031c23f5fb9b14a12.tar.gz |
qemu: add PACKAGECONFIG for gnutls
Fixed:
qemu-2.3.99+2.4.0-rc2: qemu rdepends on nettle, but it isn't a build dependency? [build-deps]
qemu-2.3.99+2.4.0-rc2: qemu rdepends on gnutls, but it isn't a build dependency? [build-deps]
(From OE-Core rev: d6bb44d879254fb94b74662078f269942ee0a3af)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 eba7d3dae5..6a744c3e34 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -105,6 +105,7 @@ PACKAGECONFIG[alsa] = ",,alsa-lib" | |||
105 | PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,mesa" | 105 | PACKAGECONFIG[glx] = "--enable-opengl,--disable-opengl,mesa" |
106 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" | 106 | PACKAGECONFIG[lzo] = "--enable-lzo,--disable-lzo,lzo" |
107 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" | 107 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl" |
108 | PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls" | ||
108 | 109 | ||
109 | EXTRA_OECONF += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '--audio-drv-list=oss,alsa', '', d)}" | 110 | EXTRA_OECONF += "${@bb.utils.contains('PACKAGECONFIG', 'alsa', '--audio-drv-list=oss,alsa', '', d)}" |
110 | 111 | ||