diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-30 14:18:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-03 23:53:19 +0100 |
commit | 5b68f72e590546958a742f64f3501f1abaa22267 (patch) | |
tree | 3a1e6e7811fcbb8134d6d4243847b535a8d5acf4 /meta/recipes-devtools | |
parent | 4574ad343888fd57eabadbcbae5f8123709a6461 (diff) | |
download | poky-5b68f72e590546958a742f64f3501f1abaa22267.tar.gz |
pseudo: Upgrade to latest master
This change includes several bug fixes and improvements, including better path
handling (the existance of . and .. for files), handling of the sticky bit, and
syscall renameat2 handling and interception through syscall() which was breaking
coreutils mv operations on fedora27.
[YOCTO #12594]
[YOCTO #12379]
[YOCTO #11643]
(From OE-Core rev: ddbcb88849d5c07a4cbbdc90fa1ab4d369476f8a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
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 66da1cc53b..09a3331d35 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 | ||
11 | SRCREV = "d7c31a25e4b02af0c64e6be0b4b0a9ac4ffc9da2" | 11 | SRCREV = "19f18124f16c4c85405b140a1fb8cb3b31d865bf" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | PV = "1.9.0+git${SRCPV}" | 13 | PV = "1.9.0+git${SRCPV}" |
14 | 14 | ||