diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_2.7.1.bb')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.7.1.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.7.1.bb b/meta/recipes-devtools/qemu/qemu_2.7.1.bb new file mode 100644 index 0000000000..8180c5f75a --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu_2.7.1.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 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://pathlimit.patch \ | ||
| 11 | file://qemu-2.5.0-cflags.patch \ | ||
| 12 | file://0003-fix-CVE-2016-7908.patch \ | ||
| 13 | file://0004-fix-CVE-2016-7909.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI =+ "http://wiki.qemu-project.org/download/${BP}.tar.bz2" | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "a315bc51ed443a08d2cf1416d76b9ab4" | ||
| 19 | SRC_URI[sha256sum] = "68636788eb69bcb0b44ba220b32b50495d6bd5712a934c282217831c4822958f" | ||
| 20 | |||
| 21 | COMPATIBLE_HOST_mipsarchn32 = "null" | ||
| 22 | COMPATIBLE_HOST_mipsarchn64 = "null" | ||
| 23 | |||
| 24 | do_install_append() { | ||
| 25 | # Prevent QA warnings about installed ${localstatedir}/run | ||
| 26 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi | ||
| 27 | } | ||
