Skip to content

Commit 6772636

Browse files
committed
xxx
Signed-off-by: Anas Nashif <[email protected]>
1 parent 4e09650 commit 6772636

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/zephyr-qemu_git.bb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ do_unpack_append() {
218218

219219
do_configure() {
220220
${S}/configure ${QEMU_FLAGS} --target-list="${QEMUS_BUILT}" --prefix=${prefix} \
221-
--sysconfdir=${sysconfdir} --libexecdir=${libexecdir} --localstatedir=${localstatedir} \
222-
--meson=meson
221+
--sysconfdir=${sysconfdir} --libexecdir=${libexecdir} --localstatedir=${localstatedir}
223222
}
224223

225224
do_install_append() {

0 commit comments

Comments
 (0)