Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/util-linux: Fix host uuidd build configuration
@ 2025-12-10 10:29 Kory Maincent via buildroot
  2025-12-10 13:57 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 6+ messages in thread
From: Kory Maincent via buildroot @ 2025-12-10 10:29 UTC (permalink / raw)
  To: buildroot; +Cc: Kory Maincent, thomas.petazzoni

The host build had conflicting configuration options where libuuid was
simultaneously enabled and disabled. Although comments explicitly stated
that libuuid should be enabled for the host, the --disable-uuidd flag
was preventing the uuid tools from being built and installed.

Remove the --disable-uuidd configure parameter to allow the uuid tools
to build properly on the host side.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---
 package/util-linux/util-linux.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
index ed30c0b107..bfcb91232d 100644
--- a/package/util-linux/util-linux.mk
+++ b/package/util-linux/util-linux.mk
@@ -258,7 +258,6 @@ HOST_UTIL_LINUX_CONF_OPTS += \
 	--disable-tunelp \
 	--disable-ul \
 	--disable-unshare \
-	--disable-uuidd \
 	--disable-vipw \
 	--disable-wall \
 	--disable-wdctl \
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-12-10 14:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-10 10:29 [Buildroot] [PATCH] package/util-linux: Fix host uuidd build configuration Kory Maincent via buildroot
2025-12-10 13:57 ` Thomas Petazzoni via buildroot
2025-12-10 14:13   ` Kory Maincent via buildroot
2025-12-10 14:26     ` Thomas Petazzoni via buildroot
2025-12-10 14:38       ` Kory Maincent via buildroot
2025-12-10 14:59         ` Kory Maincent via buildroot

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