summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/qemu/qemu_1.2.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_1.2.0.bb b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
index cbdb4d472b..517a74b05e 100644
--- a/meta/recipes-devtools/qemu/qemu_1.2.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_1.2.0.bb
@@ -37,8 +37,10 @@ do_configure_prepend_virtclass-nativesdk() {
37# the qemu-mips works fine. 37# the qemu-mips works fine.
38# IMPORTANT: This piece needs to be removed once the root cause is fixed! 38# IMPORTANT: This piece needs to be removed once the root cause is fixed!
39do_install_append() { 39do_install_append() {
40 create_wrapper ${D}/${bindir}/qemu-mips \ 40 if [ -e "${D}/${bindir}/qemu-mips" ]; then
41 QEMU_RESERVED_VA=0x0 41 create_wrapper ${D}/${bindir}/qemu-mips \
42 QEMU_RESERVED_VA=0x0
43 fi
42} 44}
43# END of qemu-mips workaround 45# END of qemu-mips workaround
44 46