mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
*: 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>
This commit is contained in:
committed by
Richard Purdie
parent
191a288349
commit
0e3fc6dff2
@@ -419,7 +419,7 @@ def runfetchcmd(cmd, d, quiet = False):
|
|||||||
print(line, end=' ')
|
print(line, end=' ')
|
||||||
output += line
|
output += line
|
||||||
|
|
||||||
status = stdout_handle.close() or 0
|
status = stdout_handle.close() or 0
|
||||||
signal = status >> 8
|
signal = status >> 8
|
||||||
exitstatus = status & 0xff
|
exitstatus = status & 0xff
|
||||||
|
|
||||||
|
|||||||
@@ -811,7 +811,7 @@ class RunQueue:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
iscurrent = True
|
iscurrent = True
|
||||||
t1 = os.stat(stampfile)[stat.ST_MTIME]
|
t1 = os.stat(stampfile)[stat.ST_MTIME]
|
||||||
for dep in self.runq_depends[task]:
|
for dep in self.runq_depends[task]:
|
||||||
if iscurrent:
|
if iscurrent:
|
||||||
fn2 = self.taskData.fn_index[self.runq_fnid[dep]]
|
fn2 = self.taskData.fn_index[self.runq_fnid[dep]]
|
||||||
|
|||||||
Reference in New Issue
Block a user