summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-05-25 02:05:16 -0500
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-05-25 20:10:49 +0800
commit3bfd8544c2f4c0b0edf65dc37917403582de81bf (patch)
tree9ded2d64018c91a15a60a64d93bacf9b008eecc3
parentf0d1257ab87d71f0afb7b8cc5fdfbd97f546327a (diff)
downloadmeta-fsl-ppc-3bfd8544c2f4c0b0edf65dc37917403582de81bf.tar.gz
qemu: empty not supported PACKAGECONFIG
Fix the following build error: | DEBUG: Executing shell function do_configure | ERROR: unknown option --disable-gcrypt | ERROR: unknown option --disable-nettle | ERROR: unknown option --disable-smartcard Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
-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"