From: Ting Liu Date: Sat, 9 Jan 2016 06:43:32 +0000 (+0800) Subject: qemu-qoriq: empty not supported PACKAGECKG X-Git-Tag: 2.1~129 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=25f3befd73c7a82b0e69503e67c1fa6613c5f798;p=meta-freescale.git qemu-qoriq: empty not supported PACKAGECKG Signed-off-by: Ting Liu Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/recipes-devtools/qemu/qemu-qoriq_git.bb b/recipes-devtools/qemu/qemu-qoriq_git.bb index 7a959a38..e799cf2f 100644 --- a/recipes-devtools/qemu/qemu-qoriq_git.bb +++ b/recipes-devtools/qemu/qemu-qoriq_git.bb @@ -16,6 +16,12 @@ PV = "2.2.0+${SRCPV}" # 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] = "" +PACKAGECONFIG[gcrypt] = "" +PACKAGECONFIG[nettle] = "" +PACKAGECONFIG[nss] = "" +RDEPENDS_${PN}_append = " gnutls" SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x" SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86"