Patrick Williams | c124f4f | 2015-09-15 14:41:29 -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://smc91c111_fix1.patch \ |
| 10 | file://smc91c111_fix2.patch \ |
| 11 | file://smc91c111_fix3.patch \ |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 12 | file://no-valgrind.patch \ |
| 13 | file://CVE-2015-8504.patch \ |
| 14 | file://CVE-2015-7504.patch \ |
| 15 | file://CVE-2015-7512.patch \ |
| 16 | file://CVE-2015-8345.patch \ |
| 17 | file://CVE-2016-1568.patch \ |
| 18 | file://CVE-2015-7295_1.patch \ |
| 19 | file://CVE-2015-7295_2.patch \ |
| 20 | file://CVE-2015-7295_3.patch \ |
| 21 | file://CVE-2016-2197.patch \ |
| 22 | file://CVE-2016-2198.patch \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 23 | " |
| 24 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" |
| 25 | SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4" |
| 26 | SRC_URI[sha256sum] = "72b0b991bbcc540663a019e1e8c4f714053b691dda32c9b9ee80b25f367e6620" |
| 27 | |
| 28 | COMPATIBLE_HOST_class-target_mips64 = "null" |
| 29 | |
| 30 | do_install_append() { |
| 31 | # Prevent QA warnings about installed ${localstatedir}/run |
| 32 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi |
| 33 | } |