summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-01-07 12:33:21 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-08 17:42:39 +0800
commit8f355b7174b98919425c45c21faea2e5283d3c06 (patch)
treec811b5ebf97ea19fce443292b706b5769f5f7ee6
parent37815288db75c97954e84ea2c5b16d8e52d5eb30 (diff)
downloadmeta-freescale-8f355b7174b98919425c45c21faea2e5283d3c06.tar.gz
qemu: remove unavailable gtk+ options
The preferred version of qemu defined in this layer (1.7) does not have the same configuration options as the original yocto version (2.0). Since this recipe includes yocto's qemu.inc, some of the configuration options defined there generate an error during the do_configure task: | ERROR: unknown option --disable-vte Setting PACKAGECONFIG[option] to an empty string fixes the problem. Signed-off-by: Ting Liu <ting.liu@freescale.com>
-rw-r--r--meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb b/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb
index 1a7dd8eb..32e738e9 100644
--- a/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb
@@ -12,6 +12,7 @@ PV = "1.7+fsl"
12PACKAGECONFIG[quorum] = "" 12PACKAGECONFIG[quorum] = ""
13PACKAGECONFIG[lzo] = "" 13PACKAGECONFIG[lzo] = ""
14PACKAGECONFIG[numa] = "" 14PACKAGECONFIG[numa] = ""
15PACKAGECONFIG[gtk+] = ""
15 16
16SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1" 17SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1"
17SRCREV = "6ac4597c059d35e2737b234747243e56d340f4db" 18SRCREV = "6ac4597c059d35e2737b234747243e56d340f4db"