diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-07-14 23:26:00 +0200 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-03 14:06:40 +0100 |
commit | 0e3fc6dff27ca1ee5a7512f968c3f9d5cfc2da6d (patch) | |
tree | f1507ea7fd4b415923f30a6c6074bc52d45d171e /bitbake | |
parent | 191a2883492841f30bbc21ab7bf4e4a0810d0760 (diff) | |
download | poky-0e3fc6dff27ca1ee5a7512f968c3f9d5cfc2da6d.tar.gz |
*: cosmetic whitespace removal
(Bitbake rev: 2ed36a3d57de25e1af31d657a7b0b14857e5056a)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/fetch/__init__.py | 2 | ||||
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/bb/fetch/__init__.py b/bitbake/lib/bb/fetch/__init__.py index d5ec99bbb6..46957670a5 100644 --- a/bitbake/lib/bb/fetch/__init__.py +++ b/bitbake/lib/bb/fetch/__init__.py | |||
@@ -419,7 +419,7 @@ def runfetchcmd(cmd, d, quiet = False): | |||
419 | print(line, end=' ') | 419 | print(line, end=' ') |
420 | output += line | 420 | output += line |
421 | 421 | ||
422 | status = stdout_handle.close() or 0 | 422 | status = stdout_handle.close() or 0 |
423 | signal = status >> 8 | 423 | signal = status >> 8 |
424 | exitstatus = status & 0xff | 424 | exitstatus = status & 0xff |
425 | 425 | ||
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index f8440dbccc..bdd806a2c1 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -811,7 +811,7 @@ class RunQueue: | |||
811 | return False | 811 | return False |
812 | 812 | ||
813 | iscurrent = True | 813 | iscurrent = True |
814 | t1 = os.stat(stampfile)[stat.ST_MTIME] | 814 | t1 = os.stat(stampfile)[stat.ST_MTIME] |
815 | for dep in self.runq_depends[task]: | 815 | for dep in self.runq_depends[task]: |
816 | if iscurrent: | 816 | if iscurrent: |
817 | fn2 = self.taskData.fn_index[self.runq_fnid[dep]] | 817 | fn2 = self.taskData.fn_index[self.runq_fnid[dep]] |