summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/qemu_0.12.4.bb
diff options
context:
space:
mode:
authorJeff Dike <jdike@linux.intel.com>2010-06-03 15:39:57 -0400
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-07 16:10:19 +0100
commitbf59d217a8c6376f90832927ad3254fbbbbf48f3 (patch)
treebc80642371198d9cb8f80b39a2c99369a37e2711 /meta/packages/qemu/qemu_0.12.4.bb
parentfc81ca7d2d4c2a17967af53f82422892da32fb80 (diff)
downloadopenembedded-core-bf59d217a8c6376f90832927ad3254fbbbbf48f3.tar.gz
openembedded-core-bf59d217a8c6376f90832927ad3254fbbbbf48f3.tar.bz2
openembedded-core-bf59d217a8c6376f90832927ad3254fbbbbf48f3.tar.xz
openembedded-core-bf59d217a8c6376f90832927ad3254fbbbbf48f3.zip
qemu: Update to 0.12.4
Renamed the recipe to 0.12.4. Moved the patches directory to qemu-0.12.4 - when it was named qemu-0.12, bitbake silently ignored the patches, and only failed when it came time to apply them. Added a FILESDIR to the git recipe and changed its PV to 0.12.4 so it can use the same patches as the normal recipe for now. Removed the series file - it wasn't needed. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Diffstat (limited to 'meta/packages/qemu/qemu_0.12.4.bb')
-rw-r--r--meta/packages/qemu/qemu_0.12.4.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu_0.12.4.bb b/meta/packages/qemu/qemu_0.12.4.bb
new file mode 100644
index 000000000..43a40c2a2
--- /dev/null
+++ b/meta/packages/qemu/qemu_0.12.4.bb
@@ -0,0 +1,17 @@
+require qemu.inc
+
+PR = "r13"
+
+FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
+FILESDIR = "${WORKDIR}"
+
+SRC_URI = "\
+ http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \
+ file://workaround_bad_futex_headers.patch;patch=1 \
+ file://qemu-git-qemugl-host.patch;patch=1 \
+ file://no-strip.patch;patch=1 \
+ file://fix-dirent.patch;patch=1 \
+ file://fix-nogl.patch;patch=1 \
+ file://qemugl-allow-glxcontext-release.patch;patch=1"
+
+S = "${WORKDIR}/qemu-${PV}"