summaryrefslogtreecommitdiffstats
path: root/meta-oe/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/classes')
-rw-r--r--meta-oe/classes/waf-samba.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/classes/waf-samba.bbclass b/meta-oe/classes/waf-samba.bbclass
index 23c55567d..241aa6939 100644
--- a/meta-oe/classes/waf-samba.bbclass
+++ b/meta-oe/classes/waf-samba.bbclass
@@ -22,7 +22,7 @@ CONFIGUREOPTS = " --prefix=${prefix} \
22 22
23do_configure() { 23do_configure() {
24 qemu_binary="${@qemu_target_binary(d)}" 24 qemu_binary="${@qemu_target_binary(d)}"
25 if [ ${qemu_binary} == "qemu-allarch" ]; then 25 if [ "${qemu_binary}" = "qemu-allarch" ]; then
26 qemu_binary="qemuwrapper" 26 qemu_binary="qemuwrapper"
27 fi 27 fi
28 28