[meta-freescale] [meta-fsl-ppc][PATCH 05/12] qemu: remove unavailable gtk+ options

ting.liu at freescale.com ting.liu at freescale.com
Tue Jan 6 20:33:21 PST 2015


From: Ting Liu <ting.liu at freescale.com>

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 at freescale.com>
---
 recipes-devtools/qemu/qemu_fslgit.bb | 1 +
 1 file changed, 1 insertion(+)

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"
 PACKAGECONFIG[quorum] = ""
 PACKAGECONFIG[lzo]    = ""
 PACKAGECONFIG[numa]   = ""
+PACKAGECONFIG[gtk+] = ""
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1"
 SRCREV = "6ac4597c059d35e2737b234747243e56d340f4db"
-- 
1.9.1



More information about the meta-freescale mailing list