diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:32 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:23 -0300 |
commit | 25f3befd73c7a82b0e69503e67c1fa6613c5f798 (patch) | |
tree | c9b9e793ef1019080873cd2bc64ce0262c2ba808 /recipes-devtools | |
parent | 6509526b83c1529a2e40f91f83054da773c23bdb (diff) | |
download | meta-freescale-25f3befd73c7a82b0e69503e67c1fa6613c5f798.tar.gz |
qemu-qoriq: empty not supported PACKAGECKG
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/qemu/qemu-qoriq_git.bb | 6 |
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: |
18 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" | 18 | PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,mesa" |
19 | # remove not supported PACKAGECONFIG by this v2.2.0 based recipe | ||
20 | PACKAGECONFIG[gnutls] = "" | ||
21 | PACKAGECONFIG[gcrypt] = "" | ||
22 | PACKAGECONFIG[nettle] = "" | ||
23 | PACKAGECONFIG[nss] = "" | ||
24 | RDEPENDS_${PN}_append = " gnutls" | ||
19 | 25 | ||
20 | SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x" | 26 | SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;branch=sdk-v1.9.x" |
21 | SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86" | 27 | SRCREV = "8362a298c4feef33c84d7db2d111af18bd29ef86" |