diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.7.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_1.7.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.7.0.bb b/meta/recipes-devtools/qemu/qemu_1.7.0.bb new file mode 100644 index 0000000000..d5265bcf57 --- /dev/null +++ b/meta/recipes-devtools/qemu/qemu_1.7.0.bb | |||
@@ -0,0 +1,17 @@ | |||
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://fxrstorssefix.patch" | ||
7 | |||
8 | SRC_URI_prepend = "http://wiki.qemu.org/download/qemu-${PV}.tar.bz2" | ||
9 | SRC_URI[md5sum] = "32893941d40d052a5e649efcf06aca06" | ||
10 | SRC_URI[sha256sum] = "31f333a85f2d14c605a77679904a9668eaeb1b6dc7da53a1665230f46bc21314" | ||
11 | |||
12 | COMPATIBLE_HOST_class-target_mips64 = "null" | ||
13 | |||
14 | do_install_append() { | ||
15 | # Prevent QA warnings about installed ${localstatedir}/run | ||
16 | if [ -d ${D}${localstatedir}/run ]; then rmdir ${D}${localstatedir}/run; fi | ||
17 | } | ||