diff options
Diffstat (limited to 'bitbake/lib/bb/build.py')
| -rw-r--r-- | bitbake/lib/bb/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py index c4c8aeb645..e807a0948c 100644 --- a/bitbake/lib/bb/build.py +++ b/bitbake/lib/bb/build.py | |||
| @@ -723,7 +723,7 @@ def make_stamp(task, d, file_name = None): | |||
| 723 | for mask in cleanmask: | 723 | for mask in cleanmask: |
| 724 | for name in glob.glob(mask): | 724 | for name in glob.glob(mask): |
| 725 | # Preserve sigdata files in the stamps directory | 725 | # Preserve sigdata files in the stamps directory |
| 726 | if "sigdata" in name: | 726 | if "sigdata" in name or "sigbasedata" in name: |
| 727 | continue | 727 | continue |
| 728 | # Preserve taint files in the stamps directory | 728 | # Preserve taint files in the stamps directory |
| 729 | if name.endswith('.taint'): | 729 | if name.endswith('.taint'): |
