summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 23dda082ca..e415f68870 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -747,6 +747,8 @@ python sstate_sign_package () {
747# 747#
748sstate_unpack_package () { 748sstate_unpack_package () {
749 tar -xvzf ${SSTATE_PKG} 749 tar -xvzf ${SSTATE_PKG}
750 # update .siginfo atime on local/NFS mirror
751 [ -h ${SSTATE_PKG}.siginfo ] && touch -a ${SSTATE_PKG}.siginfo
750 # Use "! -w ||" to return true for read only files 752 # Use "! -w ||" to return true for read only files
751 [ ! -w ${SSTATE_PKG} ] || touch --no-dereference ${SSTATE_PKG} 753 [ ! -w ${SSTATE_PKG} ] || touch --no-dereference ${SSTATE_PKG}
752 [ ! -w ${SSTATE_PKG}.sig ] || [ ! -e ${SSTATE_PKG}.sig ] || touch --no-dereference ${SSTATE_PKG}.sig 754 [ ! -w ${SSTATE_PKG}.sig ] || [ ! -e ${SSTATE_PKG}.sig ] || touch --no-dereference ${SSTATE_PKG}.sig