mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] coreutils: add option to enable xattr handling support
@ 2025-04-09 11:43 Leonard Göhrs
  2026-02-13 10:02 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Leonard Göhrs @ 2025-04-09 11:43 UTC (permalink / raw)
  To: ptxdist; +Cc: Leonard Göhrs

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
---
 rules/coreutils.in   | 6 ++++++
 rules/coreutils.make | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/rules/coreutils.in b/rules/coreutils.in
index a14e9ffbc..28d580a8a 100644
--- a/rules/coreutils.in
+++ b/rules/coreutils.in
@@ -785,5 +785,11 @@ config COREUTILS_NICE
 comment "busybox' nice is selected!"
 	depends on BUSYBOX_NICE
 
+config COREUTILS_XATTR
+	bool
+	prompt "Extended attributes (xattr) support"
+	help
+	  Add support for extended attributes handling to coreutils tools.
+
 endif
 
diff --git a/rules/coreutils.make b/rules/coreutils.make
index 177a4f3ac..5eb535af9 100644
--- a/rules/coreutils.make
+++ b/rules/coreutils.make
@@ -143,7 +143,7 @@ COREUTILS_CONF_OPT	:= \
 	--disable-acl \
 	--disable-assert \
 	--disable-rpath \
-	--disable-xattr \
+	--$(call ptx/endis, PTXCONF_COREUTILS_XATTR)-xattr \
 	--$(call ptx/endis, PTXCONF_COREUTILS_SYSTEMD)-systemd \
 	--disable-libsmack \
 	--disable-libcap \
-- 
2.39.5




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

* Re: [ptxdist] [APPLIED] coreutils: add option to enable xattr handling support
  2025-04-09 11:43 [ptxdist] [PATCH] coreutils: add option to enable xattr handling support Leonard Göhrs
@ 2026-02-13 10:02 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-02-13 10:02 UTC (permalink / raw)
  To: ptxdist; +Cc: Leonard Göhrs

Thanks, applied as 3af7dbf521899f4439339d3cdcdb0fd84c185a36.

Michael

[sent from post-receive hook]

On Fri, 13 Feb 2026 11:02:51 +0100, Leonard Göhrs <l.goehrs@pengutronix.de> wrote:
> Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
> Message-Id: <20250409114349.3548589-1-l.goehrs@pengutronix.de>
> [mol: add missing ATTR dependency]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/coreutils.in b/rules/coreutils.in
> index a14e9ffbc694..d1d50fe42e6e 100644
> --- a/rules/coreutils.in
> +++ b/rules/coreutils.in
> @@ -6,6 +6,7 @@ menuconfig COREUTILS
>  	select LIBC_M		if COREUTILS_SORT
>  	select LIBC_RT
>  	select GCCLIBS_GCC_S
> +	select ATTR		if COREUTILS_XATTR
>  	select SYSTEMD		if COREUTILS_SYSTEMD
>  	help
>  	  This package contains the essential basic system utilities.
> @@ -785,5 +786,11 @@ config COREUTILS_NICE
>  comment "busybox' nice is selected!"
>  	depends on BUSYBOX_NICE
>  
> +config COREUTILS_XATTR
> +	bool
> +	prompt "Extended attributes (xattr) support"
> +	help
> +	  Add support for extended attributes handling to coreutils tools.
> +
>  endif
>  
> diff --git a/rules/coreutils.make b/rules/coreutils.make
> index 177a4f3ac7be..5eb535af9dbc 100644
> --- a/rules/coreutils.make
> +++ b/rules/coreutils.make
> @@ -143,7 +143,7 @@ COREUTILS_CONF_OPT	:= \
>  	--disable-acl \
>  	--disable-assert \
>  	--disable-rpath \
> -	--disable-xattr \
> +	--$(call ptx/endis, PTXCONF_COREUTILS_XATTR)-xattr \
>  	--$(call ptx/endis, PTXCONF_COREUTILS_SYSTEMD)-systemd \
>  	--disable-libsmack \
>  	--disable-libcap \



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

end of thread, other threads:[~2026-02-13 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-09 11:43 [ptxdist] [PATCH] coreutils: add option to enable xattr handling support Leonard Göhrs
2026-02-13 10:02 ` [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