From b8f5559b76a512a05a936227b931c3d0b89964df Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 23 Dec 2015 23:19:23 +0800 Subject: qemu: empty not supported gnutls PACKAGECKG Fix below error: | DEBUG: Executing shell function do_configure | ERROR: unknown option --disable-gnutls Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo --- 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..d0994b4 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" -- cgit v1.2.3-54-g00ecf