diff options
Diffstat (limited to 'bitbake')
-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 cea3a5380b..0a9ce0ede3 100644 --- a/bitbake/lib/bb/siggen.py +++ b/bitbake/lib/bb/siggen.py | |||
@@ -1028,6 +1028,7 @@ def compare_sigfiles(a, b, recursecb=None, color=False, collapsed=False): | |||
1028 | # If a dependent hash changed, might as well print the line above and then defer to the changes in | 1028 | # If a dependent hash changed, might as well print the line above and then defer to the changes in |
1029 | # that hash since in all likelyhood, they're the same changes this task also saw. | 1029 | # that hash since in all likelyhood, they're the same changes this task also saw. |
1030 | output = [output[-1]] + recout | 1030 | output = [output[-1]] + recout |
1031 | break | ||
1031 | 1032 | ||
1032 | a_taint = a_data.get('taint', None) | 1033 | a_taint = a_data.get('taint', None) |
1033 | b_taint = b_data.get('taint', None) | 1034 | b_taint = b_data.get('taint', None) |