All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] runqueue: Remove trailing whitespace
@ 2018-07-06 15:41 Joshua Watt
  2018-07-06 15:41 ` [PATCH 2/4] siggen: Delete " Joshua Watt
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Joshua Watt @ 2018-07-06 15:41 UTC (permalink / raw)
  To: bitbake-devel

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 bitbake/lib/bb/runqueue.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index 0a4d1554663..792b91a11c1 100644
--- a/bitbake/lib/bb/runqueue.py
+++ b/bitbake/lib/bb/runqueue.py
@@ -1061,7 +1061,7 @@ class RunQueueData:
 
         # Create a whitelist usable by the stamp checks
         self.stampfnwhitelist = {}
-        for mc in self.taskData: 
+        for mc in self.taskData:
             self.stampfnwhitelist[mc] = []
             for entry in self.stampwhitelist.split():
                 if entry not in self.taskData[mc].build_targets:
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-09 17:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06 15:41 [PATCH 1/4] runqueue: Remove trailing whitespace Joshua Watt
2018-07-06 15:41 ` [PATCH 2/4] siggen: Delete " Joshua Watt
2018-07-06 15:41 ` [PATCH 3/4] runqueue: Remove unused variable Joshua Watt
2018-07-06 15:42 ` [PATCH 4/4] runqueue: Stop on first unsatisfied dependency Joshua Watt
2018-07-09 15:53   ` Paul Eggleton
2018-07-09 17:43     ` Joshua Watt

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.