summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/sstate.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index bc0ec54e3e..5b66c011e6 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -753,7 +753,7 @@ python sstate_sign_package () {
753sstate_unpack_package () { 753sstate_unpack_package () {
754 tar -xvzf ${SSTATE_PKG} 754 tar -xvzf ${SSTATE_PKG}
755 # update .siginfo atime on local/NFS mirror 755 # update .siginfo atime on local/NFS mirror
756 [ -h ${SSTATE_PKG}.siginfo ] && touch -a ${SSTATE_PKG}.siginfo 756 [ -w ${SSTATE_PKG}.siginfo ] && [ -h ${SSTATE_PKG}.siginfo ] && touch -a ${SSTATE_PKG}.siginfo
757 # Use "! -w ||" to return true for read only files 757 # Use "! -w ||" to return true for read only files
758 [ ! -w ${SSTATE_PKG} ] || touch --no-dereference ${SSTATE_PKG} 758 [ ! -w ${SSTATE_PKG} ] || touch --no-dereference ${SSTATE_PKG}
759 [ ! -w ${SSTATE_PKG}.sig ] || [ ! -e ${SSTATE_PKG}.sig ] || touch --no-dereference ${SSTATE_PKG}.sig 759 [ ! -w ${SSTATE_PKG}.sig ] || [ ! -e ${SSTATE_PKG}.sig ] || touch --no-dereference ${SSTATE_PKG}.sig