diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-07 16:22:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-07 16:23:29 +0000 |
commit | 5c69fab405a2d6c2be5ea334afce536f1620e1d0 (patch) | |
tree | 7d0e17905b3e62981425e9417227e0398164037a /bitbake | |
parent | 359e31c37e26b6cdd2d415e0dbb9ef18e2c18d9f (diff) | |
download | poky-5c69fab405a2d6c2be5ea334afce536f1620e1d0.tar.gz |
bitbake/runqueue.py: Remove duplicate TaskStarted event fire()
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 0 insertions, 2 deletions
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): | |||
1292 | self.task_skip(task) | 1292 | self.task_skip(task) |
1293 | return True | 1293 | return True |
1294 | 1294 | ||
1295 | bb.event.fire(runQueueTaskStarted(task, self.stats, self.rq), self.cfgData) | ||
1296 | |||
1297 | taskdep = self.rqdata.dataCache.task_deps[fn] | 1295 | taskdep = self.rqdata.dataCache.task_deps[fn] |
1298 | if 'noexec' in taskdep and taskname in taskdep['noexec']: | 1296 | if 'noexec' in taskdep and taskname in taskdep['noexec']: |
1299 | startevent = runQueueTaskStarted(task, self.stats, self.rq, | 1297 | startevent = runQueueTaskStarted(task, self.stats, self.rq, |