diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu_1.2.0.bb')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_1.2.0.bb | 6 |
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! |
39 | do_install_append() { | 39 | do_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 | ||