]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
devtool: extract: drop erroneous bb.event.TaskStarted paule/devtool26
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 13 Apr 2017 12:20:50 +0000 (00:20 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 13 Apr 2017 12:48:34 +0000 (00:48 +1200)
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>
scripts/lib/devtool/standard.py

index c3b65fbbd417ecab9a37c30183ff389005374c57..5ff1e230fddd9d06a8fcc0db14940f45b1d62152 100644 (file)
@@ -530,7 +530,6 @@ def _extract_source(srctree, keep_temp, devbranch, sync, d, tinfoil):
 
         tinfoil.set_event_mask(['bb.event.BuildStarted',
                                 'bb.event.BuildCompleted',
-                                'bb.event.TaskStarted',
                                 'logging.LogRecord',
                                 'bb.command.CommandCompleted',
                                 'bb.command.CommandFailed',