diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-03-06 17:31:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-10 14:50:10 +0000 |
commit | 51edde653707e7a3cd2186082458f01f32cd1996 (patch) | |
tree | 0acfc1f91022250a7f0ef4a00c2b4adfabed1d9b /meta/recipes-graphics | |
parent | e0a94a9adeb37637b6b4e08f0f6da0a63d3fbe7c (diff) | |
download | poky-51edde653707e7a3cd2186082458f01f32cd1996.tar.gz |
sstate.bbclass: update .siginfo atime
.siginfo files are not being accessed from local or NFS-mounted
sstate mirrors when sstate package is installed, so their atime
is not updated. If sstate mirror is cleaned based on access time,
they get deleted, even though they are still being used.
Updated atime of .siginfo symlinks with 'touch -a'. This command
dereferences symlinks pointing to the local mirror and updates
atime of the .siginfo file on the mirror.
[YOCTO #10857]
(From OE-Core rev: fb1499a42756faeef025122bbde98bc14f4ae61e)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions