Re: [OE-core] [PATCH] pseudo: backport a patch to fix renameat()

2016-10-06 Thread Seebs
On 6 Oct 2016, at 10:45, Joshua Lock wrote: renameat calls under pseudo were losing extended attributes. Backport the fix for this from pseudo upstream. ACKing this. Underlying problem was that renameat() was just totally busted, in a way rename() used to be busted. -s -- __

[OE-core] [PATCH] pseudo: backport a patch to fix renameat()

2016-10-06 Thread Joshua Lock
renameat calls under pseudo were losing extended attributes. Backport the fix for this from pseudo upstream. [YOCTO '10349] Signed-off-by: Joshua Lock --- ...nameat-parallel-to-previous-fix-to-rename.patch | 64 ++ meta/recipes-devtools/pseudo/pseudo_1.8.1.bb | 1 + 2