summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.5.0.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.5.0.bb41
1 files changed, 0 insertions, 41 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.5.0.bb b/meta/recipes-devtools/qemu/qemu_2.5.0.bb
deleted file mode 100644
index b965f6916c..0000000000
--- a/meta/recipes-devtools/qemu/qemu_2.5.0.bb
+++ /dev/null
@@ -1,41 +0,0 @@
1require qemu.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
4 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913"
5
6SRC_URI += "file://configure-fix-Darwin-target-detection.patch \
7 file://qemu-enlarge-env-entry-size.patch \
8 file://Qemu-Arm-versatilepb-Add-memory-size-checking.patch \
9 file://no-valgrind.patch \
10 file://CVE-2016-1568.patch \
11 file://CVE-2016-2197.patch \
12 file://CVE-2016-2198.patch \
13 file://pathlimit.patch \
14 file://CVE-2016-2857.patch \
15 file://rng_move_request_from_RngEgd_to_RngBackend.patch \
16 file://rng_remove_the_unused_request_cancellation_code.patch \
17 file://rng_move_request_queue_cleanup_from_RngEgd_to_RngBackend.patch \
18 file://CVE-2016-2858.patch \
19 file://CVE-2016-3710.patch \
20 file://CVE-2016-3712_p1.patch \
21 file://CVE-2016-3712_p2.patch \
22 file://CVE-2016-3712_p3.patch \
23 file://CVE-2016-3712_p4.patch \
24 file://CVE-2016-4439.patch \
25 file://CVE-2016-6351_p1.patch \
26 file://CVE-2016-6351_p2.patch \
27 file://CVE-2016-4002.patch \
28 file://CVE-2016-5403.patch \
29 file://CVE-2016-4441.patch \
30 file://CVE-2016-4952.patch \
31 "
32SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
33SRC_URI[md5sum] = "f469f2330bbe76e3e39db10e9ac4f8db"
34SRC_URI[sha256sum] = "3443887401619fe33bfa5d900a4f2d6a79425ae2b7e43d5b8c36eb7a683772d4"
35
36COMPATIBLE_HOST_class-target_mips64 = "null"
37
38do_install_append() {
39 # Prevent QA warnings about installed ${localstatedir}/run
40 if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
41}