diff options
Diffstat (limited to 'scripts/bitbake-whatchanged')
-rwxr-xr-x | scripts/bitbake-whatchanged | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bitbake-whatchanged b/scripts/bitbake-whatchanged index 55cfe4b234..af54d16f8b 100755 --- a/scripts/bitbake-whatchanged +++ b/scripts/bitbake-whatchanged | |||
@@ -190,7 +190,7 @@ def print_depchanged(d_new = None, d_old = None, verbose = False): | |||
190 | if sigdata_re.match(full_path_old) and sigdata_re.match(full_path_new): | 190 | if sigdata_re.match(full_path_old) and sigdata_re.match(full_path_new): |
191 | output = bb.siggen.compare_sigfiles(full_path_old, full_path_new) | 191 | output = bb.siggen.compare_sigfiles(full_path_old, full_path_new) |
192 | if output: | 192 | if output: |
193 | print("\n=== The verbose changes of %s.do_%s:" % (pn, task)) | 193 | print("\n=== The verbose changes of %s.%s:" % (pn, task)) |
194 | print('\n'.join(output)) | 194 | print('\n'.join(output)) |
195 | else: | 195 | else: |
196 | # Format the output, the format is: | 196 | # Format the output, the format is: |