All of lore.kernel.org
 help / color / mirror / Atom feed
From: git@git.openembedded.org
To: bitbake-devel@lists.openembedded.org
Subject: Richard Purdie : data/runqueue.py: Fix commented out test code after variable name changes
Date: Fri, 27 Jan 2012 09:48:15 +0000 (UTC)	[thread overview]
Message-ID: <20120127094815.059751032F@opal> (raw)

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




                 reply	other threads:[~2012-01-27  9:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120127094815.059751032F@opal \
    --to=git@git.openembedded.org \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.