bitbake-whatchanged: avoid double do_ task name prefix

When used with --verbose, the heading for each task looks like

  === The verbose changes of example.do_do_compile:

This should instead be

  === The verbose changes of example.do_compile:

(From OE-Core rev: 628ad5e06d1136809d110a71148721095cb084dc)

Signed-off-by: Olof Johansson <olof.johansson@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Olof Johansson 2016-01-27 11:14:32 +01:00 committed by Richard Purdie
parent 7881c02aa7
commit 5c35883efc
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ def print_depchanged(d_new = None, d_old = None, verbose = False):
if sigdata_re.match(full_path_old) and sigdata_re.match(full_path_new):
output = bb.siggen.compare_sigfiles(full_path_old, full_path_new)
if output:
print("\n=== The verbose changes of %s.do_%s:" % (pn, task))
print("\n=== The verbose changes of %s.%s:" % (pn, task))
print('\n'.join(output))
else:
# Format the output, the format is: