Skip to content

Commit 1804dd6

Browse files
committed
yyy
Signed-off-by: Anas Nashif <[email protected]>
1 parent 4979c96 commit 1804dd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meta-zephyr-sdk/recipes-devtools/legacy_qemu/legacy-qemu_git.bb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ QEMU_FLAGS = "--disable-docs --disable-sdl --disable-debug-info --disable-cap-
206206

207207
do_configure() {
208208
${S}/configure ${QEMU_FLAGS} --target-list="${QEMUS_BUILT}" --prefix=${prefix} \
209-
--sysconfdir=${sysconfdir} --libexecdir=${libexecdir} --localstatedir=${localstatedir}
209+
--sysconfdir=${sysconfdir} --libexecdir=${libexecdir} --localstatedir=${localstatedir} \
210+
--meson=meson
210211
}
211212

212213
FILES_${PN} = " \

0 commit comments

Comments
 (0)