diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2018-07-06 10:41:58 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-09 11:26:56 +0100 |
commit | 6b66f22686d40bb607d3839a57986f0430a5baeb (patch) | |
tree | e529029e8ec1ec3791612d9c4c40f5dfb4d1a7d2 /bitbake/lib/bb/siggen.py | |
parent | 714f2f5baeea34b197f2c0937a778269dca6f274 (diff) | |
download | poky-6b66f22686d40bb607d3839a57986f0430a5baeb.tar.gz |
bitbake: siggen: Delete trailing whitespace
(Bitbake rev: b2fd783fa23403e8f08d998951b05bcabb458af1)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/siggen.py')
-rw-r--r-- | bitbake/lib/bb/siggen.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py index 5ef82d7be0..ab228e4148 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/lib/bb/siggen.py | |||
@@ -347,7 +347,7 @@ class SignatureGeneratorBasicHash(SignatureGeneratorBasic): | |||
347 | 347 | ||
348 | def stampcleanmask(self, stampbase, fn, taskname, extrainfo): | 348 | def stampcleanmask(self, stampbase, fn, taskname, extrainfo): |
349 | return self.stampfile(stampbase, fn, taskname, extrainfo, clean=True) | 349 | return self.stampfile(stampbase, fn, taskname, extrainfo, clean=True) |
350 | 350 | ||
351 | def invalidate_task(self, task, d, fn): | 351 | def invalidate_task(self, task, d, fn): |
352 | bb.note("Tainting hash to force rebuild of task %s, %s" % (fn, task)) | 352 | bb.note("Tainting hash to force rebuild of task %s, %s" % (fn, task)) |
353 | bb.build.write_taint(task, d, fn) | 353 | bb.build.write_taint(task, d, fn) |
@@ -636,7 +636,7 @@ def compare_sigfiles(a, b, recursecb=None, color=False, collapsed=False): | |||
636 | if collapsed: | 636 | if collapsed: |
637 | output.extend(recout) | 637 | output.extend(recout) |
638 | else: | 638 | else: |
639 | # If a dependent hash changed, might as well print the line above and then defer to the changes in | 639 | # If a dependent hash changed, might as well print the line above and then defer to the changes in |
640 | # that hash since in all likelyhood, they're the same changes this task also saw. | 640 | # that hash since in all likelyhood, they're the same changes this task also saw. |
641 | output = [output[-1]] + recout | 641 | output = [output[-1]] + recout |
642 | 642 | ||