All of lore.kernel.org
 help / color / mirror / Atom feed
* Richard Purdie : data/runqueue.py: Fix commented out test code after variable name changes
@ 2012-01-27  9:48 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-01-27  9:48 UTC (permalink / raw)
  To: bitbake-devel

Module: bitbake.git
Branch: master
Commit: 175c5c8a5e51365aa127562e8598e84f5cd36495
URL:    http://git.openembedded.org/?p=bitbake.git&a=commit;h=175c5c8a5e51365aa127562e8598e84f5cd36495

Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date:   Thu Jan 26 12:52:04 2012 +0000

data/runqueue.py: Fix commented out test code after variable name changes

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

---

 lib/bb/data.py     |    2 +-
 lib/bb/runqueue.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/bb/data.py b/lib/bb/data.py
index e5c408c..c0636e1 100644
--- a/lib/bb/data.py
+++ b/lib/bb/data.py
@@ -333,7 +333,7 @@ def generate_dependencies(d):
                     deps[dep], values[dep] = build_dependencies(dep, keys, shelldeps, vardepvals, d)
                 newdeps |=  deps[dep]
             newdeps -= seen
-        #print "For %s: %s" % (task, str(taskdeps[task]))
+        #print "For %s: %s" % (task, str(deps[task]))
     return tasklist, deps, values
 
 def inherits_class(klass, d):
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 0db5377..defdd91 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -1477,7 +1477,7 @@ class RunQueueExecuteScenequeue(RunQueueExecute):
                 bb.msg.fatal("RunQueue", "Something went badly wrong during scenequeue generation, aborting. Please report this problem.")
 
         #for task in xrange(len(sq_revdeps_squash)):
-        #    print "Task %s: %s.%s is %s " % (task, self.taskData.fn_index[self.runq_fnid[self.runq_setscene[task]]], self.runq_task[self.runq_setscene[task]] + "_setscene", sq_revdeps_squash[task])
+        #    print "Task %s: %s.%s is %s " % (task, self.rqdata.taskData.fn_index[self.rqdata.runq_fnid[self.rqdata.runq_setscene[task]]], self.rqdata.runq_task[self.rqdata.runq_setscene[task]] + "_setscene", sq_revdeps_squash[task])
 
         self.sq_deps = []
         self.sq_revdeps = sq_revdeps_squash




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-27  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-27  9:48 Richard Purdie : data/runqueue.py: Fix commented out test code after variable name changes git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.