Re: [OE-core] [PATCH] sstate: Preserve permissions when extracting tar archive

2022-01-17 Thread Jacob Kroon
On 1/17/22 09:40, Richard Purdie wrote: > On Sun, 2022-01-16 at 23:28 -0800, Jacob Kroon wrote: >> Although this is now fixed in master, I was wondering why this doesn't seem >> to >> be a problem in dunfell. >> In dunfell, sstate packages are unpacked with "tar -xvzf", no -p flag, but >> still >>

Re: [OE-core] [PATCH] sstate: Preserve permissions when extracting tar archive

2022-01-17 Thread Richard Purdie
On Sun, 2022-01-16 at 23:28 -0800, Jacob Kroon wrote: > Although this is now fixed in master, I was wondering why this doesn't seem to > be a problem in dunfell. > In dunfell, sstate packages are unpacked with "tar -xvzf", no -p flag, but > still > my buildhistory doesn't show any noise when doing:

Re: [OE-core] [PATCH] sstate: Preserve permissions when extracting tar archive

2022-01-16 Thread Jacob Kroon
Although this is now fixed in master, I was wondering why this doesn't seem to be a problem in dunfell. In dunfell, sstate packages are unpacked with "tar -xvzf", no -p flag, but still my buildhistory doesn't show any noise when doing: bitbake -c cleansstate shadow-native && bitbake shadow-nativ

[OE-core] [PATCH] sstate: Preserve permissions when extracting tar archive

2022-01-13 Thread Jacob Kroon
This is done by default when tar is run by the superuser, but for native recipes the corresponding task is not run as root under pseudo, so pass the flag explicitly. Suggested-by: Richard Purdie Signed-off-by: Jacob Kroon --- meta/classes/sstate.bbclass | 2 +- 1 file changed, 1 insertion(+), 1