summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/qemu/qemu_fslgit.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu_fslgit.bb b/recipes-devtools/qemu/qemu_fslgit.bb
index 05db1cc..6e40019 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/recipes-devtools/qemu/qemu_fslgit.bb
@@ -15,6 +15,7 @@ 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] = ""
18RDEPENDS_${PN}_append = " gnutls"
18 19
19SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x" 20SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x"
20SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86" 21SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86"