[oe-commits] [openembedded-core] 01/15: pseudo: Upgrade to latest master

git at git.openembedded.org git at git.openembedded.org
Tue Apr 3 10:11:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit ddbcb88849d5c07a4cbbdc90fa1ab4d369476f8a
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Mar 30 14:18:57 2018 +0100

    pseudo: Upgrade to latest master
    
    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 at linuxfoundation.org>
---
 meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 66da1cc..09a3331 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -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}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list