From: Richard Purdie Date: Fri, 7 Jan 2011 16:22:45 +0000 (+0000) Subject: bitbake/runqueue.py: Remove duplicate TaskStarted event fire() X-Git-Tag: 2011-1~2963 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5c69fab405a2d6c2be5ea334afce536f1620e1d0;p=openembedded-core.git bitbake/runqueue.py: Remove duplicate TaskStarted event fire() Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 187720fc46..4e37aaf723 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -1292,8 +1292,6 @@ class RunQueueExecuteTasks(RunQueueExecute): self.task_skip(task) return True - bb.event.fire(runQueueTaskStarted(task, self.stats, self.rq), self.cfgData) - taskdep = self.rqdata.dataCache.task_deps[fn] if 'noexec' in taskdep and taskname in taskdep['noexec']: startevent = runQueueTaskStarted(task, self.stats, self.rq,