]> code.ossystems Code Review - openembedded-core.git/commit
devtool: extract: drop erroneous bb.event.TaskStarted
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 13 Apr 2017 12:50:53 +0000 (00:50 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Apr 2017 22:57:38 +0000 (23:57 +0100)
commit4e059a5ceb6f44401154e89e37f56de1d664a7cb
treed68fdac28127145b13b79b151c8f2d6d766cc6b1
parent9174b845bf6a6be7753bf6b921959b1f3f2dcbc0
devtool: extract: drop erroneous bb.event.TaskStarted

This is a non-existent event - we already have the actual
bb.build.TaskSucceeded further down in the list hence why it wasn't
noticed earlier.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py