summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/qemu_fslgit.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/qemu/qemu_fslgit.bb')
-rw-r--r--recipes-devtools/qemu/qemu_fslgit.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index 6e40019..5e991f5 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -15,6 +15,9 @@ PV = "2.2.0+fsl"
15PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" 15PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa"
16# remove not supported PACKAGECONFIG by this v2.2.0 based recipe 16# remove not supported PACKAGECONFIG by this v2.2.0 based recipe
17PACKAGECONFIG[gnutls] = "" 17PACKAGECONFIG[gnutls] = ""
18PACKAGECONFIG[gcrypt] = ""
19PACKAGECONFIG[nettle] = ""
20PACKAGECONFIG[nss] = ""
18RDEPENDS_${PN}_append = " gnutls" 21RDEPENDS_${PN}_append = " gnutls"
19 22
20SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x" 23SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x"