summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo_git.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2020-08-26 11:58:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-27 08:25:44 +0100
commit8fa41af2ca785f1c46bc7daa201f6c1021cdf9f0 (patch)
treea9cb7731048856b3d505407cb32516de15adf3cd /meta/recipes-devtools/pseudo/pseudo_git.bb
parentd3e8f2e335cdea39aa2a001f1d99361192053926 (diff)
downloadpoky-8fa41af2ca785f1c46bc7daa201f6c1021cdf9f0.tar.gz
pseudo: fix renaming to self
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. (From OE-Core rev: 6b3d109f42385ad1cf1f297a6c06ea7eb6509f26) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 9a22304bba..3b623d8bd7 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -6,7 +6,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
6 file://fallback-group \ 6 file://fallback-group \
7 " 7 "
8 8
9SRCREV = "8efb082863ff0ceec7b7e46f9a44750e12f48039" 9SRCREV = "d6b1b13c268d7246f0288d32d6b5eccc658cff4e"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11PV = "1.9.0+git${SRCPV}" 11PV = "1.9.0+git${SRCPV}"
12 12