mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] util-linux: findmnt: Add missing dependencies
@ 2025-12-08 12:08 Alexander Dahl via ptxdist
  2025-12-12 14:52 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl via ptxdist @ 2025-12-08 12:08 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl, Leonard Göhrs

When only selecting PTXCONF_UTIL_LINUX_FINDMNT and no other UTIL_LINUX
tool, targetinstall failed because the 'findmnt' binary was not built,
and thus could not be found.  New dependencies where deduced by looking
at the source of misc-utils/findmnt.c in upstream util-linux code.

Fixes: f64a42bc82ec ("util-linux: add support for enabling the findmnt command")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 rules/util-linux.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/util-linux.in b/rules/util-linux.in
index 5f7fbd269..2ffb1c68d 100644
--- a/rules/util-linux.in
+++ b/rules/util-linux.in
@@ -99,6 +99,9 @@ comment "BusyBox' fdisk is selected!"
 config UTIL_LINUX_FINDMNT
 	bool
 	prompt "findmnt"
+	select UTIL_LINUX_LIBBLKID
+	select UTIL_LINUX_LIBMOUNT
+	select UTIL_LINUX_LIBSMARTCOLS
 	help
 	  findmnt - Find a mounted device from its mountpoint and vise versa
 

base-commit: fd0dc47b258aac09ab961199a3c00ecddf98f244
-- 
2.47.3




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

* Re: [ptxdist] [APPLIED] util-linux: findmnt: Add missing dependencies
  2025-12-08 12:08 [ptxdist] [PATCH] util-linux: findmnt: Add missing dependencies Alexander Dahl via ptxdist
@ 2025-12-12 14:52 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-12-12 14:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Dahl

Thanks, applied as bcf5ca5d4f8450800aa585c1191528a427b31bd2.

Michael

[sent from post-receive hook]

On Fri, 12 Dec 2025 15:52:08 +0100, Alexander Dahl <ada@thorsis.com> wrote:
> When only selecting PTXCONF_UTIL_LINUX_FINDMNT and no other UTIL_LINUX
> tool, targetinstall failed because the 'findmnt' binary was not built,
> and thus could not be found.  New dependencies where deduced by looking
> at the source of misc-utils/findmnt.c in upstream util-linux code.
> 
> Fixes: f64a42bc82ec ("util-linux: add support for enabling the findmnt command")
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20251208120811.119194-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/util-linux.in b/rules/util-linux.in
> index 5f7fbd2698c4..2ffb1c68d234 100644
> --- a/rules/util-linux.in
> +++ b/rules/util-linux.in
> @@ -99,6 +99,9 @@ comment "BusyBox' fdisk is selected!"
>  config UTIL_LINUX_FINDMNT
>  	bool
>  	prompt "findmnt"
> +	select UTIL_LINUX_LIBBLKID
> +	select UTIL_LINUX_LIBMOUNT
> +	select UTIL_LINUX_LIBSMARTCOLS
>  	help
>  	  findmnt - Find a mounted device from its mountpoint and vise versa
>  



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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-08 12:08 [ptxdist] [PATCH] util-linux: findmnt: Add missing dependencies Alexander Dahl via ptxdist
2025-12-12 14:52 ` [ptxdist] [APPLIED] " Michael Olbrich

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