Skip to content
Snippets Groups Projects
Verified Commit 956a1488 authored by NageshShamnur's avatar NageshShamnur Committed by Andrei Gherzan
Browse files

qemu: remove build dependency on meson version available natively


qemu v5.2.0 expects meson version to be >=0.55.x and poky-dunfell
is has a v0.53.x and hence cannot use meson available natively.
skip the native version so that qemu v5.2.0 would compile and use
the needed version and use it.

Signed-off-by: default avatarNageshShamnur <nagesh.shamnur@huawei.com>
parent 322f1fdc
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ EXTRA_OECONF = " \
--extra-ldflags='${LDFLAGS}' \
--with-git=/bin/false \
--disable-git-update \
--meson=meson \
--skip-meson \
${PACKAGECONFIG_CONFARGS} \
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment