[meta-freescale] [meta-fsl-ppc][PATCH 33/39] qemu: empty not supported gnutls PACKAGECKG

b28495 at freescale.com b28495 at freescale.com
Wed Dec 23 07:26:34 PST 2015


From: Ting Liu <ting.liu at freescale.com>

Fix below error:
| DEBUG: Executing shell function do_configure
| ERROR: unknown option --disable-gnutls

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 recipes-devtools/qemu/qemu_fslgit.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index 151c702..b0d36d7 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -11,6 +11,8 @@ PV = "2.2.0+fsl"
 # restore it, but we should remove the following lines when upgrading
 # to qemu 2.3:
 PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa"
+# remove not supported PACKAGECONFIG by this v2.2.0 based recipe
+PACKAGECONFIG[gnutls] = "
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x"
 SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86"
-- 
1.9.1



More information about the meta-freescale mailing list