Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
---
 lib/bb/fetch/__init__.py |    2 +-
 lib/bb/runqueue.py       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/bb/fetch/__init__.py b/lib/bb/fetch/__init__.py
index 31b9653..276ff46 100644
--- a/lib/bb/fetch/__init__.py
+++ b/lib/bb/fetch/__init__.py
@@ -418,7 +418,7 @@ def runfetchcmd(cmd, d, quiet = False):
             print(line, end=' ')
         output += line
 
-    status =  stdout_handle.close() or 0
+    status = stdout_handle.close() or 0
     signal = status >> 8
     exitstatus = status & 0xff
 
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index a4aea6c..089ee34 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -800,7 +800,7 @@ class RunQueue:
             return False
 
         iscurrent = True
-        t1 =  os.stat(stampfile)[stat.ST_MTIME]
+        t1 = os.stat(stampfile)[stat.ST_MTIME]
         for dep in self.runq_depends[task]:
             if iscurrent:
                 fn2 = self.taskData.fn_index[self.runq_fnid[dep]]
-- 
1.7.1

_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to