From a8fa2344dc9cb542b57f31fc62ddb7725fbe1f80 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 9 Oct 2023 20:12:51 +0200 Subject: mipsel: host-qemu: sync with PTXdist 2023.09.0 The recipe was forked to DistroKit because of missing support for the mipsel target (which I just sent upstream). Just update the recipe to the current version from PTXdist because the version of the recipe currently in platform-mips complains about the '--meson' option. Signed-off-by: Roland Hieber Link: https://lore.pengutronix.de/distrokit/20231009181251.2327015-1-rhi@pengutronix.de Signed-off-by: Robert Schwebel --- configs/platform-mipsel/rules/host-qemu.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/platform-mipsel/rules/host-qemu.make b/configs/platform-mipsel/rules/host-qemu.make index 3e1ccbe..8d377ff 100644 --- a/configs/platform-mipsel/rules/host-qemu.make +++ b/configs/platform-mipsel/rules/host-qemu.make @@ -55,14 +55,13 @@ HOST_QEMU_CONF_OPT := \ $(call ptx/ifdef, PTXCONF_HOST_QEMU_SYS,$(HOST_QEMU_SYS_TARGETS),) \ $(call ptx/ifdef, PTXCONF_HOST_QEMU_USR,$(HOST_QEMU_USR_TARGETS),) \ " \ - --meson=meson \ --ninja=ninja \ - --with-git-submodules=ignore \ + --disable-download \ --disable-sanitizers \ --disable-tsan \ --disable-werror \ --enable-stack-protector \ - --with-coroutine= \ + --with-coroutine=auto \ --disable-plugins \ --disable-containers \ --audio-drv-list= \ @@ -144,6 +143,7 @@ HOST_QEMU_CONF_OPT := \ --disable-opengl \ --disable-oss \ --disable-pa \ + --disable-pipewire \ --disable-parallels \ --disable-png \ --disable-pvrdma \ -- cgit v1.2.3