]> code.ossystems Code Review - openembedded-core.git/commit
sstate.bbclass: update .siginfo atime
authorEd Bartosh <ed.bartosh@linux.intel.com>
Mon, 20 Mar 2017 17:38:20 +0000 (13:38 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 May 2017 12:04:46 +0000 (13:04 +0100)
commit9f8013e3339533c7d60139c1993a5d077fe02ee5
tree51d4e7f09277abe707fbc57f9de6f12c43814525
parent0554537271f56d95cb43e09bb831f57f82e8f3ac
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]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/sstate.bbclass