diff options
author | Rui Wang <rui.wang@windriver.com> | 2018-10-12 10:51:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-12 16:57:21 +0100 |
commit | 48df61b17167e266c0c7d6d37c6ecfb1caeb1516 (patch) | |
tree | af3950139402ab18b27c4ce0a86ae570e2a1c42a /meta/recipes-support/gnome-desktop-testing | |
parent | a73c92e30b24585ff82bce3555a260ab7c24af80 (diff) | |
download | poky-48df61b17167e266c0c7d6d37c6ecfb1caeb1516.tar.gz |
unfs3: Fix utime for symlink in attr.c
unfs3 has an old defect that it can not change the timestamps of a
symlink file because it only uses utime(), which will follow the
symlink. This will not cause an error if the symlink points to an
existent file but can be triggered with rpm workflows.
Making unfs3 support lutimes() addresses this problem.
(From OE-Core rev: 244a5be0eab31310b8717ab6b713c2902def4e0c)
Signed-off-by: Rui Wang <rui.wang@windriver.com>
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnome-desktop-testing')
0 files changed, 0 insertions, 0 deletions