From 956a1488812d394e17702c728a875e1605b1eb65 Mon Sep 17 00:00:00 2001
From: NageshShamnur <nagesh.shamnur@huawei.com>
Date: Wed, 20 Oct 2021 13:57:01 +0530
Subject: [PATCH] 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: NageshShamnur <nagesh.shamnur@huawei.com>
---
 meta-oniro-staging/recipes-devtools/qemu/qemu.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oniro-staging/recipes-devtools/qemu/qemu.inc b/meta-oniro-staging/recipes-devtools/qemu/qemu.inc
index c3eecea9..f1e2e469 100644
--- a/meta-oniro-staging/recipes-devtools/qemu/qemu.inc
+++ b/meta-oniro-staging/recipes-devtools/qemu/qemu.inc
@@ -143,7 +143,7 @@ EXTRA_OECONF = " \
     --extra-ldflags='${LDFLAGS}' \
     --with-git=/bin/false \
     --disable-git-update \
-    --meson=meson \
+    --skip-meson \
     ${PACKAGECONFIG_CONFARGS} \
     "
 
-- 
GitLab