diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-01-07 12:33:21 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-01-08 17:42:39 +0800 |
commit | 01b9ded1792d1d81b624f414cb6364580e9fc1fa (patch) | |
tree | 318d4a888147669a39fb679530bf6ed9d85f09ed /recipes-devtools | |
parent | eda1c701f7b500914f2a21e0db46a446cdcd15b7 (diff) | |
download | meta-fsl-ppc-01b9ded1792d1d81b624f414cb6364580e9fc1fa.tar.gz |
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 <ting.liu@freescale.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/qemu/qemu_fslgit.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
12 | PACKAGECONFIG[quorum] = "" | 12 | PACKAGECONFIG[quorum] = "" |
13 | PACKAGECONFIG[lzo] = "" | 13 | PACKAGECONFIG[lzo] = "" |
14 | PACKAGECONFIG[numa] = "" | 14 | PACKAGECONFIG[numa] = "" |
15 | PACKAGECONFIG[gtk+] = "" | ||
15 | 16 | ||
16 | SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1" | 17 | SRC_URI = "git://git.freescale.com/ppc/sdk/qemu.git;nobranch=1" |
17 | SRCREV = "6ac4597c059d35e2737b234747243e56d340f4db" | 18 | SRCREV = "6ac4597c059d35e2737b234747243e56d340f4db" |