summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unfs3/unfs3_git.bb
diff options
context:
space:
mode:
authorhen Qi <Qi.Chen@windriver.com>2023-04-24 22:05:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-05 11:07:25 +0100
commit8a6f52393ec874e3d401f9faf620ebf5075889dc (patch)
tree01585263c337ddbb60dc89048a9ad70026564e00 /meta/recipes-devtools/unfs3/unfs3_git.bb
parentf91783635446e5bc391235272444d6dcb268a034 (diff)
downloadpoky-8a6f52393ec874e3d401f9faf620ebf5075889dc.tar.gz
unfs3: fix symlink time setting issue
Add back the dropped 0001-attr-fix-utime-for-symlink.patch to fix symlink time setting issue on NFS. The problem could be reproduced by runing the following command on nfs booted qemu: ln -s dest src && touch -h src Apart from the rpm operations mentioned in the original patch, 'docker pull' also fails with a 'stale file' error. The common pattern here is extracting files from a bundle and setting times for them. (From OE-Core rev: fe35a2c11ba6f87735bccae244817016f9c1b5db) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/unfs3/unfs3_git.bb')
-rw-r--r--meta/recipes-devtools/unfs3/unfs3_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb
index 9913a503e8..c5b7898b3c 100644
--- a/meta/recipes-devtools/unfs3/unfs3_git.bb
+++ b/meta/recipes-devtools/unfs3/unfs3_git.bb
@@ -17,6 +17,7 @@ SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \
17 file://0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch \ 17 file://0001-Alias-off64_t-to-off_t-on-linux-if-not-defined.patch \
18 file://0001-locate.c-Include-attr.h.patch \ 18 file://0001-locate.c-Include-attr.h.patch \
19 file://0001-fix-building-on-macOS.patch \ 19 file://0001-fix-building-on-macOS.patch \
20 file://0001-attr-fix-utime-for-symlink.patch \
20 " 21 "
21SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d" 22SRCREV = "c8f2d2cd4529955419bad0e163f88d47ff176b8d"
22UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)" 23UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)"