]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: fix renaming to self
authorJoe Slater <joe.slater@windriver.com>
Wed, 26 Aug 2020 18:58:57 +0000 (11:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Aug 2020 07:25:08 +0000 (08:25 +0100)
Pseudo tests for an item being renamed to itself only after
information about it has been deleted.  Move the test to before
we change the database.

Note that pseudo does not support renameat2(), but neither does
glibc.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_git.bb

index 9a22304bbaa9e3d018c661ffe19d3e2b1b5a7769..3b623d8bd77c463891d64838b2e1402d2f6bfa37 100644 (file)
@@ -6,7 +6,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
            file://fallback-group \
            "
 
-SRCREV = "8efb082863ff0ceec7b7e46f9a44750e12f48039"
+SRCREV = "d6b1b13c268d7246f0288d32d6b5eccc658cff4e"
 S = "${WORKDIR}/git"
 PV = "1.9.0+git${SRCPV}"