summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/qemu-qoriq_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/qemu/qemu-qoriq_git.bb')
-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"