aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-03-13 23:31:00 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-03-13 23:31:00 +0000
commita2318f4052ff4ebcfcbd68062b910a465d6bd17d (patch)
tree772f0ecb96303540c75bb1ae8e3d944227ed75ba
parente194c60f27eff767c63b8e8fbfe006f275ad4ecd (diff)
downloadbitbake-a2318f4052ff4ebcfcbd68062b910a465d6bd17d.tar.gz
runqueue.py: Fix typo (thanks pH5)
-rw-r--r--lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 94c4d1376..c451fd0ad 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -877,7 +877,7 @@ class RunQueue:
self.state = runQueueRunning
- event.fire(bb.event.StampUpdate(self.target_pairs, self.dataCache.stamp, self.cfgdata))
+ event.fire(bb.event.StampUpdate(self.target_pairs, self.dataCache.stamp, self.cfgData))
def task_complete(self, task):
"""