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