diff options
Diffstat (limited to 'bitbake/lib/bb/siggen.py')
-rw-r--r-- | bitbake/lib/bb/siggen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py index 9fa568f614..08eca7860e 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/lib/bb/siggen.py | |||
@@ -1026,6 +1026,7 @@ def compare_sigfiles(a, b, recursecb=None, color=False, collapsed=False): | |||
1026 | # If a dependent hash changed, might as well print the line above and then defer to the changes in | 1026 | # If a dependent hash changed, might as well print the line above and then defer to the changes in |
1027 | # that hash since in all likelyhood, they're the same changes this task also saw. | 1027 | # that hash since in all likelyhood, they're the same changes this task also saw. |
1028 | output = [output[-1]] + recout | 1028 | output = [output[-1]] + recout |
1029 | break | ||
1029 | 1030 | ||
1030 | a_taint = a_data.get('taint', None) | 1031 | a_taint = a_data.get('taint', None) |
1031 | b_taint = b_data.get('taint', None) | 1032 | b_taint = b_data.get('taint', None) |