summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-01-09 14:43:32 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:23 -0300
commit25f3befd73c7a82b0e69503e67c1fa6613c5f798 (patch)
treec9b9e793ef1019080873cd2bc64ce0262c2ba808 /recipes-devtools
parent6509526b83c1529a2e40f91f83054da773c23bdb (diff)
downloadmeta-freescale-25f3befd73c7a82b0e69503e67c1fa6613c5f798.tar.gz
qemu-qoriq: empty not supported PACKAGECKG
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>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-qoriq_git.bb6
1 files changed, 6 insertions, 0 deletions
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}"
16# restore it, but we should remove the following lines when upgrading 16# restore it, but we should remove the following lines when upgrading
17# to qemu 2.3: 17# to qemu 2.3:
18PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" 18PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa"
19# remove not supported PACKAGECONFIG by this v2.2.0 based recipe
20PACKAGECONFIG[gnutls] = ""
21PACKAGECONFIG[gcrypt] = ""
22PACKAGECONFIG[nettle] = ""
23PACKAGECONFIG[nss] = ""
24RDEPENDS_${PN}_append = " gnutls"
19 25
20SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x" 26SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x"
21SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86" 27SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86"