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 8c623271ad..5c88dae6b6 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -442,7 +442,7 @@ def sstate_clean(ss, d):
442 rm_nohash = ".do_%s" % ss['task'] 442 rm_nohash = ".do_%s" % ss['task']
443 for stfile in glob.glob(wildcard_stfile): 443 for stfile in glob.glob(wildcard_stfile):
444 # Keep the sigdata 444 # Keep the sigdata
445 if ".sigdata." in stfile: 445 if ".sigdata." in stfile or ".sigbasedata." in stfile:
446 continue 446 continue
447 # Preserve taint files in the stamps directory 447 # Preserve taint files in the stamps directory
448 if stfile.endswith('.taint'): 448 if stfile.endswith('.taint'):