summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu_2.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.5.1.bb')
-rw-r--r--meta/recipes-devtools/qemu/qemu_2.5.1.bb38
1 files changed, 38 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.5.1.bb b/meta/recipes-devtools/qemu/qemu_2.5.1.bb
new file mode 100644
index 0000000000..528e54649d
--- /dev/null
+++ b/meta/recipes-devtools/qemu/qemu_2.5.1.bb
@@ -0,0 +1,38 @@
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-2198.patch \
11 file://pathlimit.patch \
12 file://rng_move_request_from_RngEgd_to_RngBackend.patch \
13 file://rng_remove_the_unused_request_cancellation_code.patch \
14 file://rng_move_request_queue_cleanup_from_RngEgd_to_RngBackend.patch \
15 file://CVE-2016-2858.patch \
16 file://CVE-2016-3710.patch \
17 file://CVE-2016-3712_p1.patch \
18 file://CVE-2016-3712_p2.patch \
19 file://CVE-2016-3712_p3.patch \
20 file://CVE-2016-3712_p4.patch \
21 file://CVE-2016-4439.patch \
22 file://CVE-2016-6351_p1.patch \
23 file://CVE-2016-6351_p2.patch \
24 file://CVE-2016-4002.patch \
25 file://CVE-2016-5403.patch \
26 file://CVE-2016-4441.patch \
27 file://CVE-2016-4952.patch \
28 "
29SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
30SRC_URI[md5sum] = "42e73182dea8b9213fa7050e168a4615"
31SRC_URI[sha256sum] = "028752c33bb786abbfe496ba57315dc5a7d0a33b5a7a767f6d7a29020c525d2c"
32
33COMPATIBLE_HOST_class-target_mips64 = "null"
34
35do_install_append() {
36 # Prevent QA warnings about installed ${localstatedir}/run
37 if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi
38}