summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 375196ef21..66a96a7603 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -847,7 +847,7 @@ python sstate_report_unihash() {
847sstate_unpack_package () { 847sstate_unpack_package () {
848 tar -xvzf ${SSTATE_PKG} 848 tar -xvzf ${SSTATE_PKG}
849 # update .siginfo atime on local/NFS mirror 849 # update .siginfo atime on local/NFS mirror
850 [ -w ${SSTATE_PKG}.siginfo ] && [ -h ${SSTATE_PKG}.siginfo ] && touch -a ${SSTATE_PKG}.siginfo 850 [ -O ${SSTATE_PKG}.siginfo ] && [ -w ${SSTATE_PKG}.siginfo ] && [ -h ${SSTATE_PKG}.siginfo ] && touch -a ${SSTATE_PKG}.siginfo
851 # Use "! -w ||" to return true for read only files 851 # Use "! -w ||" to return true for read only files
852 [ ! -w ${SSTATE_PKG} ] || touch --no-dereference ${SSTATE_PKG} 852 [ ! -w ${SSTATE_PKG} ] || touch --no-dereference ${SSTATE_PKG}
853 [ ! -w ${SSTATE_PKG}.sig ] || [ ! -e ${SSTATE_PKG}.sig ] || touch --no-dereference ${SSTATE_PKG}.sig 853 [ ! -w ${SSTATE_PKG}.sig ] || [ ! -e ${SSTATE_PKG}.sig ] || touch --no-dereference ${SSTATE_PKG}.sig