summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_0.15.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-12-09 19:30:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-12 21:50:20 +0000
commit023368f4006e7fe94a2b0490ed1467b367b9ae28 (patch)
treeb8348b7f40f2714cf5ea34f29b18ee5376408a41 /meta/recipes-devtools/qemu/qemu_0.15.0.bb
parentbd75266ab3c509a3a1eb62ee70074e3b28c9312f (diff)
downloadpoky-023368f4006e7fe94a2b0490ed1467b367b9ae28.tar.gz
qemu-0.15.1: Bump recipes from 0.15.0 to 0.15.1
No other changes (except checksum updates) then git mv were needed (From OE-Core rev: 48b56cf4912d2ec324d18391865940b675a72c1e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_0.15.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_0.15.0.bb45
1 files changed, 0 insertions, 45 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_0.15.0.bb b/meta/recipes-devtools/qemu/qemu_0.15.0.bb
deleted file mode 100644
index e2e13406b4..0000000000
--- a/meta/recipes-devtools/qemu/qemu_0.15.0.bb
+++ /dev/null
@@ -1,45 +0,0 @@
1require qemu.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
4 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
5
6PR = "r1"
7
8FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
9FILESDIR = "${WORKDIR}"
10
11SRC_URI = "\
12 http://wiki.qemu.org/download/qemu-${PV}.tar.gz \
13 file://powerpc_rom.bin \
14 file://no-strip.patch \
15 file://linker-flags.patch \
16 file://qemu-vmware-vga-depth.patch \
17 file://fix-configure-checks.patch \
18 file://fallback-to-safe-mmap_min_addr.patch \
19 file://larger_default_ram_size.patch \
20 file://arm-bgr.patch \
21 "
22
23# Only use the GL passthrough patches for native/nativesdk versions
24QEMUGLPATCHES = "\
25 file://qemu-git-qemugl-host.patch \
26 file://fix-nogl.patch \
27 file://qemugl-allow-glxcontext-release.patch \
28 file://init-info.patch \
29 file://enable-i386-linux-user.patch \
30 file://qemugl-fix.patch \
31 file://opengl-sdl-fix.patch \
32 "
33
34SRC_URI_append_virtclass-native = "\
35 ${QEMUGLPATCHES} \
36 "
37
38SRC_URI_append_virtclass-nativesdk = "\
39 ${QEMUGLPATCHES} \
40 file://glflags.patch \
41 "
42SRC_URI[md5sum] = "dbc55b014bcd21b98e347f6a90f7fb6d"
43SRC_URI[sha256sum] = "0197e52dba07aeb6dfe0343b0c2ae08ed374d2cb0af3bb9ec73fed5baa0cb74d"
44
45S = "${WORKDIR}/qemu-${PV}"