summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-09 22:16:58 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-09 22:16:58 +0100
commitbe24aaa96c007edb30210dac9f873f0477395beb (patch)
treef10f21ee67b0de18a2ef600872be4217367f9581 /meta/packages/qemu/qemu_git.bb
parent3ac19a493e1c24ae40d3b62a6ff3bc0cd4943266 (diff)
downloadpoky-be24aaa96c007edb30210dac9f873f0477395beb.tar.gz
qemu: Drop a ton of old now mostly inappropriate patches and update the qemugl passthrough patch
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/qemu/qemu_git.bb')
-rw-r--r--meta/packages/qemu/qemu_git.bb15
1 files changed, 3 insertions, 12 deletions
diff --git a/meta/packages/qemu/qemu_git.bb b/meta/packages/qemu/qemu_git.bb
index b92ecf5520..bdd18e8fc6 100644
--- a/meta/packages/qemu/qemu_git.bb
+++ b/meta/packages/qemu/qemu_git.bb
@@ -1,28 +1,19 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2DEPENDS = "zlib" 2DEPENDS = "zlib"
3PV = "0.10.2+git${SRCREV}" 3PV = "0.10.2+git${SRCREV}"
4PR = "r1" 4PR = "r4"
5 5
6FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" 6FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/"
7 7
8SRC_URI = "\ 8SRC_URI = "\
9 git://git.sv.gnu.org/qemu.git;protocol=git \ 9 git://git.sv.gnu.org/qemu.git;protocol=git \
10 file://06_exit_segfault.patch;patch=1;pnum=0 \
11 file://11_signal_sigaction.patch;patch=1;pnum=0 \
12 file://22_net_tuntap_stall.patch;patch=1;pnum=0 \
13 file://31_syscalls.patch;patch=1;pnum=0 \
14 file://52_ne2000_return.patch;patch=1;pnum=1 \
15 file://63_sparc_build.patch;patch=1;pnum=0 \
16 file://66_tls_ld.patch;patch=1;pnum=0 \
17 file://91-oh-sdl-cursor.patch;patch=1;pnum=0 \
18 file://workaround_bad_futex_headers.patch;patch=1 \ 10 file://workaround_bad_futex_headers.patch;patch=1 \
19 file://qemu-add-gl-host-code.patch;patch=1 \ 11 file://qemu-git-qemugl-host.patch;patch=1 \
20 file://no-strip.patch;patch=1 \ 12 file://no-strip.patch;patch=1 \
21 file://fix-dirent.patch;patch=1 \ 13 file://fix-dirent.patch;patch=1 \
14 file://fix-nogl.patch;patch=1 \
22 file://zlibsearch.patch;patch=1 " 15 file://zlibsearch.patch;patch=1 "
23 16
24# file://qemu-amd64-32b-mapping-0.9.0.patch;patch=1
25
26S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
27 18
28#EXTRA_OECONF += "--disable-sdl" 19#EXTRA_OECONF += "--disable-sdl"