]> code.ossystems Code Review - openembedded-core.git/commit
bitbake-whatchanged: avoid double do_ task name prefix
authorOlof Johansson <olof.johansson@axis.com>
Wed, 27 Jan 2016 10:14:32 +0000 (11:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Jan 2016 18:14:53 +0000 (18:14 +0000)
commit628ad5e06d1136809d110a71148721095cb084dc
treeb277b734684cb17c25116d6ad75a82fea96d9bb0
parent4ae53085b173ed57acacebcd3e199abe2cb77a60
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 <olof.johansson@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/bitbake-whatchanged