summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-23 23:19:23 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:12 +0800
commitb8f5559b76a512a05a936227b931c3d0b89964df (patch)
treee3f6bd2274693ccb799a0befcaf6f00cb6a94b66
parente740fd5822cf589ef7f22f13484131fd5181325b (diff)
downloadmeta-fsl-ppc-b8f5559b76a512a05a936227b931c3d0b89964df.tar.gz
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 <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-rw-r--r--recipes-devtools/qemu/qemu_fslgit.bb2
1 files changed, 2 insertions, 0 deletions
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"
11# restore it, but we should remove the following lines when upgrading 11# restore it, but we should remove the following lines when upgrading
12# to qemu 2.3: 12# to qemu 2.3:
13PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" 13PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa"
14# remove not supported PACKAGECONFIG by this v2.2.0 based recipe
15PACKAGECONFIG[gnutls] = ""
14 16
15SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x" 17SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x"
16SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86" 18SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86"