Thanks, applied as 3af7dbf521899f4439339d3cdcdb0fd84c185a36. Michael
[sent from post-receive hook] On Fri, 13 Feb 2026 11:02:51 +0100, Leonard Göhrs <[email protected]> wrote: > Signed-off-by: Leonard Göhrs <[email protected]> > Message-Id: <[email protected]> > [mol: add missing ATTR dependency] > Signed-off-by: Michael Olbrich <[email protected]> > > 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 \
