diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.5.1.bb')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.5.1.bb | 26 |
1 files changed, 26 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..3db6e36e8b --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu_2.5.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | require qemu.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \ | ||
| 4 | file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913" | ||
| 5 | |||
| 6 | SRC_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 | " | ||
| 17 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" | ||
| 18 | SRC_URI[md5sum] = "42e73182dea8b9213fa7050e168a4615" | ||
| 19 | SRC_URI[sha256sum] = "028752c33bb786abbfe496ba57315dc5a7d0a33b5a7a767f6d7a29020c525d2c" | ||
| 20 | |||
| 21 | COMPATIBLE_HOST_class-target_mips64 = "null" | ||
| 22 | |||
| 23 | do_install_append() { | ||
| 24 | # Prevent QA warnings about installed ${localstatedir}/run | ||
| 25 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi | ||
| 26 | } | ||
