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 \ |
| 12 | " |
| 13 | SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" |
| 14 | SRC_URI[md5sum] = "186ee8194140a484a455f8e3c74589f4" |
| 15 | SRC_URI[sha256sum] = "72b0b991bbcc540663a019e1e8c4f714053b691dda32c9b9ee80b25f367e6620" |
| 16 | |
| 17 | COMPATIBLE_HOST_class-target_mips64 = "null" |
| 18 | |
| 19 | do_install_append() { |
| 20 | # Prevent QA warnings about installed ${localstatedir}/run |
| 21 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi |
| 22 | } |