]> code.ossystems Code Review - meta-freescale.git/commitdiff
qemu: remove unavailable gtk+ options
authorTing Liu <ting.liu@freescale.com>
Wed, 7 Jan 2015 04:33:21 +0000 (12:33 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Thu, 8 Jan 2015 09:42:39 +0000 (17:42 +0800)
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>
meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb

index 1a7dd8ebe6ed48f3800e365f1d7f4e743afe9588..32e738e966734d431e94abf83b92a7e5eff6ad28 100644 (file)
@@ -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"