From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 14 Aug 2026 09:41:20 +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.96) (envelope-from ) id 1wumXY-002yLr-0Y for lore@lore.pengutronix.de; Fri, 14 Aug 2026 09:41:20 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wumXP-0000ch-6J; Fri, 14 Aug 2026 09:41:11 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wumXI-0000RI-NV for ptxdist@pengutronix.de; Fri, 14 Aug 2026 09:41:04 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id 6D373201D0E; Fri, 14 Aug 2026 09:41:04 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wumXI-001Q6A-1B; Fri, 14 Aug 2026 09:41:04 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wumXI-000000000dB-1J2i; Fri, 14 Aug 2026 09:41:04 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 14 Aug 2026 09:41:04 +0200 Message-ID: <20260814074104.2418-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260715073140.2795953-1-s.pueschel@pengutronix.de> References: <20260715073140.2795953-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] composefs: sort meson options X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 4e373a8043dda4c14e993592972e3cc191021f2b. Michael [sent from post-receive hook] On Fri, 14 Aug 2026 09:41:04 +0200, Sven Püschel wrote: > Sort the meson options to match the sorting of the configure_helper.py > helper script. > > Signed-off-by: Sven Püschel > Message-Id: <20260715073140.2795953-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/composefs.make b/rules/composefs.make > index c477249bde2b..d44f2a1e3acb 100644 > --- a/rules/composefs.make > +++ b/rules/composefs.make > @@ -39,8 +39,8 @@ COMPOSEFS_LICENSE_FILES := \ > COMPOSEFS_CONF_TOOL := meson > COMPOSEFS_CONF_OPT := \ > $(CROSS_MESON_USR) \ > - -Dman=disabled \ > - -Dfuse=disabled > + -Dfuse=disabled \ > + -Dman=disabled > > # ---------------------------------------------------------------------------- > # Target-Install