From: Olof Johansson Date: Wed, 27 Jan 2016 10:14:32 +0000 (+0100) Subject: bitbake-whatchanged: avoid double do_ task name prefix X-Git-Tag: 2016-4~1211 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=628ad5e06d1136809d110a71148721095cb084dc;p=openembedded-core.git 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: Signed-off-by: Olof Johansson Signed-off-by: Ross Burton --- 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): 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: