From: Ting Liu Date: Wed, 7 Jan 2015 04:33:21 +0000 (+0800) Subject: qemu: remove unavailable gtk+ options X-Git-Tag: 2.1~534^2~53 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8f355b7174b98919425c45c21faea2e5283d3c06;p=meta-freescale.git 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 --- 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" PACKAGECONFIG[quorum] = "" PACKAGECONFIG[lzo] = "" PACKAGECONFIG[numa] = "" +PACKAGECONFIG[gtk+] = "" SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1" SRCREV = "6ac4597c059d35e2737b234747243e56d340f4db"