diff options
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r-- | meta/classes/sstate.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 172384b376..8643f3d247 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
@@ -457,7 +457,7 @@ def sstate_clean(ss, d): | |||
457 | rm_nohash = ".do_%s" % ss['task'] | 457 | rm_nohash = ".do_%s" % ss['task'] |
458 | for stfile in glob.glob(wildcard_stfile): | 458 | for stfile in glob.glob(wildcard_stfile): |
459 | # Keep the sigdata | 459 | # Keep the sigdata |
460 | if ".sigdata." in stfile: | 460 | if ".sigdata." in stfile or ".sigbasedata." in stfile: |
461 | continue | 461 | continue |
462 | # Preserve taint files in the stamps directory | 462 | # Preserve taint files in the stamps directory |
463 | if stfile.endswith('.taint'): | 463 | if stfile.endswith('.taint'): |