From 8f355b7174b98919425c45c21faea2e5283d3c06 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 7 Jan 2015 12:33:21 +0800 Subject: [PATCH] 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 --- meta-fsl-ppc/recipes-devtools/qemu/qemu_fslgit.bb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.40.1