mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Leonard Göhrs" <l.goehrs@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] coreutils: add option to enable xattr handling support
Date: Fri, 13 Feb 2026 11:02:51 +0100	[thread overview]
Message-ID: <20260213100251.2785687-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250409114349.3548589-1-l.goehrs@pengutronix.de>

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 \



      reply	other threads:[~2026-02-13 10:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-09 11:43 [ptxdist] [PATCH] " Leonard Göhrs
2026-02-13 10:02 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260213100251.2785687-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=l.goehrs@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox