mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/5] composefs: sort meson options
@ 2026-07-15  7:31 Sven Püschel
  2026-07-15  7:31 ` [ptxdist] [PATCH 2/5] host-composefs: new host package Sven Püschel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sven Püschel @ 2026-07-15  7:31 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

Sort the meson options to match the sorting of the configure_helper.py
helper script.

Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
 rules/composefs.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/composefs.make b/rules/composefs.make
index c477249bd..d44f2a1e3 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
-- 
2.47.3




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-07-15  7:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15  7:31 [ptxdist] [PATCH 1/5] composefs: sort meson options Sven Püschel
2026-07-15  7:31 ` [ptxdist] [PATCH 2/5] host-composefs: new host package Sven Püschel
2026-07-15  7:31 ` [ptxdist] [PATCH 3/5] host-rauc: use the correct build system options Sven Püschel
2026-07-15  7:31 ` [ptxdist] [PATCH 4/5] host-rauc: enable composefs support Sven Püschel
2026-07-15  7:31 ` [ptxdist] [PATCH 5/5] host-rauc: add missing options Sven Püschel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox