at: Re: [OE-Core][PATCH v2 3/3] package.bbclass: add support for ACLs and
xattr
On 12 Jul 2023, at 00:28, Piotr Łobacz via lists.openembedded.org
wrote:
> -# Preserve sparse files and hard links
> -cmd = 'tar --exclude=./sysroot-only -cf - -C %s -p -S . | tar -xf - -C
&g
On 12 Jul 2023, at 00:28, Piotr Łobacz via lists.openembedded.org
wrote:
> -# Preserve sparse files and hard links
> -cmd = 'tar --exclude=./sysroot-only -cf - -C %s -p -S . | tar -xf - -C
> %s' % (dest, dvar)
> +# Preserve sparse files, hard links, ACLs and extended attributes
> +
Extend `tar` command, with additional parameters, depending
on choosen package class and target distro features, in order
to support ACLs and xattr.
Currently only `package_ipk` supports fully ACLs and xattr.
Signed-off-by: Piotr Łobacz
---
meta/classes-global/package.bbclass | 10 --
1