]> code.ossystems Code Review - meta-freescale.git/commitdiff
qemu-qoriq: empty not supported PACKAGECKG
authorTing Liu <ting.liu@nxp.com>
Sat, 9 Jan 2016 06:43:32 +0000 (14:43 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:23 +0000 (15:03 -0300)
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-devtools/qemu/qemu-qoriq_git.bb

index 7a959a3855c6b85f508235eeb58dd73e3e96e30f..e799cf2fe26c5bfa4ae6328675f97d64a7a4c24d 100644 (file)
@@ -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"