From 01b9ded1792d1d81b624f414cb6364580e9fc1fa Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 7 Jan 2015 12:33:21 +0800 Subject: 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 --- recipes-devtools/qemu/qemu_fslgit.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf