summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
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
commit01b9ded1792d1d81b624f414cb6364580e9fc1fa (patch)
tree318d4a888147669a39fb679530bf6ed9d85f09ed /recipes-devtools
parenteda1c701f7b500914f2a21e0db46a446cdcd15b7 (diff)
downloadmeta-fsl-ppc-01b9ded1792d1d81b624f414cb6364580e9fc1fa.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>
Diffstat (limited to 'recipes-devtools')
-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 1a7dd8e..32e738e 100644
--- a/recipes-devtools/qemu/qemu_fslgit.bb
+++ b/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"