From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 09 Oct 2023 20:13:10 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qpukg-002AMS-J0 for lore@lore.pengutronix.de; Mon, 09 Oct 2023 20:13:10 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1qpukf-0000y7-8S; Mon, 09 Oct 2023 20:13:09 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qpukY-0000xW-BH; Mon, 09 Oct 2023 20:13:02 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qpukX-000TgW-V9; Mon, 09 Oct 2023 20:13:01 +0200 Received: from rhi by dude04.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1qpukX-009lqp-2w; Mon, 09 Oct 2023 20:13:01 +0200 From: Roland Hieber To: distrokit@pengutronix.de Date: Mon, 9 Oct 2023 20:12:51 +0200 Message-Id: <20231009181251.2327015-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH next] mipsel: host-qemu: sync with PTXdist 2023.09.0 X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roland Hieber Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false 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. Link: https://lore.ptxdist.org/ptxdist/20231009180547.2326444-1-rhi@pengutronix.de Signed-off-by: Roland Hieber --- 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 3e1ccbea4468..8d377ffa55f8 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 \ -- 2.39.2