Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 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-1568.patch \ |
| 11 | file://CVE-2016-2197.patch \ |
| 12 | file://CVE-2016-2198.patch \ |
| 13 | file://pathlimit.patch \ |
| 14 | " |
| 15 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" |
| 16 | SRC_URI[md5sum] = "f469f2330bbe76e3e39db10e9ac4f8db" |
| 17 | SRC_URI[sha256sum] = "3443887401619fe33bfa5d900a4f2d6a79425ae2b7e43d5b8c36eb7a683772d4" |
| 18 | |
| 19 | COMPATIBLE_HOST_class-target_mips64 = "null" |
| 20 | |
| 21 | do_install_append() { |
| 22 | # Prevent QA warnings about installed ${localstatedir}/run |
| 23 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi |
| 24 | } |