summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-12-24 11:42:33 +0800
committerZhenhua Luo <zhenhua.luo@nxp.com>2015-12-28 11:01:16 +0800
commit7dbe74f2d140594404b0002111b8e9d71bce0a87 (patch)
tree0944deecbedfd2c941f356f1124c06b4e4102d79
parenta0b7d19b41975d567cf6402e4423d823888663b9 (diff)
downloadmeta-fsl-ppc-7dbe74f2d140594404b0002111b8e9d71bce0a87.tar.gz
qemu_fslgit: add gnutls as DEPENDS to fix QA warnings
Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-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"