]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: Upgrade to latest master
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Mar 2018 13:18:57 +0000 (14:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Apr 2018 09:45:26 +0000 (10:45 +0100)
This change includes several bug fixes and improvements, including better path
handling (the existance of . and .. for files), handling of the sticky bit, and
syscall renameat2 handling and interception through syscall() which was breaking
coreutils mv operations on fedora27.

[YOCTO #12594]
[YOCTO #12379]
[YOCTO #11643]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_git.bb

index 66da1cc53b896fb4d0b1b593b2ced9b24201b343..09a3331d3576e2a442ce92a44121227b582766fa 100644 (file)
@@ -8,7 +8,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo \
            file://toomanyfiles.patch \
            "
 
-SRCREV = "d7c31a25e4b02af0c64e6be0b4b0a9ac4ffc9da2"
+SRCREV = "19f18124f16c4c85405b140a1fb8cb3b31d865bf"
 S = "${WORKDIR}/git"
 PV = "1.9.0+git${SRCPV}"