summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/qemu/qemu_0.14.0.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-02-23 15:31:30 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-24 17:01:37 +0000
commitd242e637a2b5101985befd93d3b560f17b37504b (patch)
tree537ba5b6f5916789a5d6d0292f347be49cc31536 /meta/recipes-devtools/qemu/qemu_0.14.0.bb
parent506e4c9b05d61f126fff112d7c111902d5c9fac5 (diff)
downloadopenembedded-core-d242e637a2b5101985befd93d3b560f17b37504b.tar.gz
openembedded-core-d242e637a2b5101985befd93d3b560f17b37504b.tar.bz2
openembedded-core-d242e637a2b5101985befd93d3b560f17b37504b.tar.xz
openembedded-core-d242e637a2b5101985befd93d3b560f17b37504b.zip
qemu: remove version 0.14.0
0.15.1 has been available in OE-Core for some time and has demonstrated no major regressions, so remove the older version. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_0.14.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_0.14.0.bb48
1 files changed, 0 insertions, 48 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_0.14.0.bb b/meta/recipes-devtools/qemu/qemu_0.14.0.bb
deleted file mode 100644
index a3005450a..000000000
--- a/meta/recipes-devtools/qemu/qemu_0.14.0.bb
+++ /dev/null
@@ -1,48 +0,0 @@
-require qemu.inc
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
- file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
-
-PR = "r6"
-
-FILESPATH = "${FILE_DIRNAME}/qemu-${PV}"
-FILESDIR = "${WORKDIR}"
-
-SRC_URI = "\
- http://download.savannah.gnu.org/releases/qemu/qemu-${PV}.tar.gz \
- file://powerpc_rom.bin \
- file://no-strip.patch \
- file://linker-flags.patch \
- file://qemu-vmware-vga-depth.patch \
- file://fix-configure-checks.patch \
- file://fallback-to-safe-mmap_min_addr.patch \
- file://spice-qxl-locking-fix-for-qemu-kvm.patch \
- file://Detect-and-use-GCC-atomic-builtins-for-locking.patch \
- file://larger_default_ram_size.patch \
- file://arm-bgr.patch \
- "
-
-# Only use the GL passthrough patches for native/nativesdk versions
-QEMUGLPATCHES = "\
- file://qemu-git-qemugl-host.patch \
- file://fix-nogl.patch \
- file://qemugl-allow-glxcontext-release.patch \
- file://init-info.patch \
- file://enable-i386-linux-user.patch \
- file://qemugl-fix.patch \
- file://opengl-sdl-fix.patch \
- "
-
-SRC_URI_append_virtclass-native = "\
- ${QEMUGLPATCHES} \
- "
-
-SRC_URI_append_virtclass-nativesdk = "\
- ${QEMUGLPATCHES} \
- file://glflags.patch \
- "
-
-SRC_URI[md5sum] = "f9d145d5c09de9f0984ffe9bd1229970"
-SRC_URI[sha256sum] = "ba21e84d7853217830e167dae9999cdbff481189c6a0bb600ac7fb7201453108"
-
-S = "${WORKDIR}/qemu-${PV}"