]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: Update for rename and faccessat fixes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Feb 2021 15:32:38 +0000 (15:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Feb 2021 15:32:40 +0000 (15:32 +0000)
Pull in:

  ports/rename/renameat: Avoid race when renaming files
  ports/unix: Add faccessat and faccessat2
  ports/access.c: Use EACCES, not EPERM

which includes a fix for rename race issues causing pseudo aborts.

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

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