diff options
author | Jeff Dike <jdike@addtoit.com> | 2010-05-20 13:02:39 -0400 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-05-26 14:14:48 +0100 |
commit | a49e605a52a3bd6b688a16104fa9b5d17e06bcd5 (patch) | |
tree | c5c36a93775d59b3675ee9d671f00300959fcd72 /meta/packages/qemu/qemu_git.bb | |
parent | eb69ecdfcc23cad8a40c3d57bc8e989e6e0666d0 (diff) | |
download | poky-a49e605a52a3bd6b688a16104fa9b5d17e06bcd5.tar.gz |
qemu: Updated to 0.12.0
Updated the metadata in the recipe, changed the git revision in
poky-default-revisions.inc, and pulled the qemu patches forward.
Diffstat (limited to 'meta/packages/qemu/qemu_git.bb')
-rw-r--r-- | meta/packages/qemu/qemu_git.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/packages/qemu/qemu_git.bb b/meta/packages/qemu/qemu_git.bb index e9129649a8..0bba600038 100644 --- a/meta/packages/qemu/qemu_git.bb +++ b/meta/packages/qemu/qemu_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | DEPENDS = "zlib" | 2 | DEPENDS = "zlib" |
3 | PV = "0.10.6+git${SRCREV}" | 3 | PV = "0.12.0+git${SRCREV}" |
4 | PR = "r3" | 4 | PR = "r4" |
5 | 5 | ||
6 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" | 6 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" |
7 | 7 | ||
@@ -12,13 +12,11 @@ SRC_URI = "\ | |||
12 | file://no-strip.patch;patch=1 \ | 12 | file://no-strip.patch;patch=1 \ |
13 | file://fix-dirent.patch;patch=1 \ | 13 | file://fix-dirent.patch;patch=1 \ |
14 | file://fix-nogl.patch;patch=1 \ | 14 | file://fix-nogl.patch;patch=1 \ |
15 | file://zlibsearch.patch;patch=1 \ | 15 | file://qemugl-allow-glxcontext-release.patch;patch=1" |
16 | file://qemugl-allow-glxcontext-release.patch;patch=1 \ | ||
17 | file://2ca2078e287174522e3a6229618947d3d285b8c0.patch;patch=1" | ||
18 | 16 | ||
19 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
20 | 18 | ||
21 | EXTRA_OECONF = "--target-list=arm-linux-user,arm-softmmu,i386-softmmu,x86_64-softmmu,mips-linux-user,mips-softmmu --disable-gfx-check" | 19 | EXTRA_OECONF = "--target-list=arm-linux-user,arm-softmmu,i386-softmmu,x86_64-softmmu,mips-linux-user,mips-softmmu --disable-werror --disable-vnc-tls" |
22 | #EXTRA_OECONF += "--disable-sdl" | 20 | #EXTRA_OECONF += "--disable-sdl" |
23 | 21 | ||
24 | inherit autotools | 22 | inherit autotools |