ODP: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support

2023-07-12 Thread Piotr Łobacz
Thx Ross BR Piotr Od: Ross Burton Wysłane: środa, 12 lipca 2023 13:47 Do: Piotr Łobacz DW: openembedded-core@lists.openembedded.org Temat: Re: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support On 12 Jul 2023, at 12:23, Piotr Łobacz wrote: > >

Re: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support

2023-07-12 Thread Ross Burton
On 12 Jul 2023, at 12:23, Piotr Łobacz wrote: > > I have added v3 and merged them as one feature/patch change. Additionaly how > this Upstream-Status should look like? Could you please give me an example? https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendat

ODP: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support

2023-07-12 Thread Piotr Łobacz
@lists.openembedded.org Temat: Re: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support On 12 Jul 2023, at 00:18, Piotr Łobacz via lists.openembedded.org wrote: > +++ > b/meta/recipes-devtools/opkg-utils/opkg-utils/0002-opkg-build-Add-acls-and-xattrs-support.patch > @@ -0,0 +1,70 @

Re: [OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support

2023-07-12 Thread Ross Burton
On 12 Jul 2023, at 00:18, Piotr Łobacz via lists.openembedded.org wrote: > +++ > b/meta/recipes-devtools/opkg-utils/opkg-utils/0002-opkg-build-Add-acls-and-xattrs-support.patch > @@ -0,0 +1,70 @@ > +From f177abcba7d72fa1afd0bc23f38beb4fe88fc040 Mon Sep 17 00:00:00 2001 > +From: =?UTF-8?q?Piotr=2

[OE-Core][PATCH 1/2] opkg-utils: add acl and xattr support

2023-07-11 Thread Piotr Łobacz
Add support for tar archives created with --acls and/or --xattrs options, PAX header format. GNU tar and libarchive already supports ACLs and extended attributes. We can now add this support as well to opkg-build script in order to use fsetattr or setcap inside do_install command and end up with a