]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: Update to include fixes for glibc 2.33
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Feb 2021 20:52:57 +0000 (20:52 +0000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 22 Feb 2021 22:27:24 +0000 (12:27 -1000)
Pull in the changes:
makewrappers: Fix glibc 2.33 fstatat usage issues
ports/linux: Add wrapper for fstatat/fstatat64 in glibc 2.33

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit dfcb1c5eb2690046f96c2bb6724e091028ddc3ec)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/pseudo/pseudo_git.bb

index 4287cfcf93f781ed7ce40030d8978ec8fdd9b627..17bd02c27ce366c90b21172a014ad56874e428e1 100644 (file)
@@ -6,7 +6,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
            file://fallback-group \
            "
 
-SRCREV = "d03de55845edf68908879db841834584d4724c43"
+SRCREV = "60e25a36558f1f07dcce1a044fe976b475bec42b"
 S = "${WORKDIR}/git"
 PV = "1.9.0+git${SRCPV}"