summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 0cced6ed32..bc6ce0bb38 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -114,7 +114,7 @@ EXTRA_OECONF = " \
114 --extra-ldflags='${LDFLAGS}' \ 114 --extra-ldflags='${LDFLAGS}' \
115 --disable-download \ 115 --disable-download \
116 --disable-docs \ 116 --disable-docs \
117 --host-cc=${BUILD_CC} \ 117 --host-cc='${BUILD_CC}' \
118 ${PACKAGECONFIG_CONFARGS} \ 118 ${PACKAGECONFIG_CONFARGS} \
119 " 119 "
120 120