From bf59d217a8c6376f90832927ad3254fbbbbf48f3 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Thu, 3 Jun 2010 15:39:57 -0400 Subject: 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 --- meta/packages/qemu/qemu_0.12.4.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/packages/qemu/qemu_0.12.4.bb (limited to 'meta/packages/qemu/qemu_0.12.4.bb') 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}" -- cgit v1.2.3