diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.7.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.7.0.bb b/meta/recipes-devtools/qemu/qemu_2.7.0.bb index cef181dcea..2b5cc5e01a 100644 --- a/meta/recipes-devtools/qemu/qemu_2.7.0.bb +++ b/meta/recipes-devtools/qemu/qemu_2.7.0.bb | |||
@@ -19,7 +19,8 @@ SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" | |||
19 | SRC_URI[md5sum] = "08d4d06d1cb598efecd796137f4844ab" | 19 | SRC_URI[md5sum] = "08d4d06d1cb598efecd796137f4844ab" |
20 | SRC_URI[sha256sum] = "326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53" | 20 | SRC_URI[sha256sum] = "326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53" |
21 | 21 | ||
22 | COMPATIBLE_HOST_class-target_mips64 = "null" | 22 | COMPATIBLE_HOST_mipsarchn32 = "null" |
23 | COMPATIBLE_HOST_mipsarchn64 = "null" | ||
23 | 24 | ||
24 | do_install_append() { | 25 | do_install_append() { |
25 | # Prevent QA warnings about installed ${localstatedir}/run | 26 | # Prevent QA warnings about installed ${localstatedir}/run |