summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-11 00:07:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-22 00:31:48 +0100
commit3c0cf0ecb2fe9ca2b342833fb440cca54dfc878a (patch)
treebd606350afe93612fceefe143b3dfd4d6586062a /meta/recipes-devtools
parent3cbf1342dd6d59c29465c5f7792d9edbdb0e249d (diff)
downloadpoky-3c0cf0ecb2fe9ca2b342833fb440cca54dfc878a.tar.gz
pseudo: Update to gain key bugfixes
Newer distros are using new versions of glibc and coreutils which use the new glibc renameat2 function. We need to intercept this for correct functioning of pseudo. This is essential to ensure new distros continue to work with the project. Also, this version has a fix for path/inode cross corruption problems which may explain our mysterious locale permissions issues. Many thanks to Otavio and Peter Seebach for the help in figuring this out and fixing it. (From OE-Core rev: b768cfb6c849cbbc2d6e2d03974af009ca5340de) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-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 79e0b6bd21..51db84c4d4 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 \
8 file://toomanyfiles.patch \ 8 file://toomanyfiles.patch \
9 " 9 "
10 10
11SRCREV = "6294b344e5140f5467e6860f45a174440015304e" 11SRCREV = "3fa7c853e0bcd6fe23f7524c2a3c9e3af90901c3"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13PV = "1.9.0+git${SRCPV}" 13PV = "1.9.0+git${SRCPV}"
14 14