diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2018-07-06 10:41:57 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-09 11:26:56 +0100 |
commit | 714f2f5baeea34b197f2c0937a778269dca6f274 (patch) | |
tree | 7632d78bddbfb6cd729a861f3e2411874c4bd0a3 /bitbake/lib/bb/runqueue.py | |
parent | c7d9010a071573da7959b96cda953c1fa091ac4b (diff) | |
download | poky-714f2f5baeea34b197f2c0937a778269dca6f274.tar.gz |
bitbake: runqueue: Remove trailing whitespace
(Bitbake rev: 9b9aecbbb1a3fa67f7d3b1669186c9f4ced3a590)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 0a4d155466..792b91a11c 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -1061,7 +1061,7 @@ class RunQueueData: | |||
1061 | 1061 | ||
1062 | # Create a whitelist usable by the stamp checks | 1062 | # Create a whitelist usable by the stamp checks |
1063 | self.stampfnwhitelist = {} | 1063 | self.stampfnwhitelist = {} |
1064 | for mc in self.taskData: | 1064 | for mc in self.taskData: |
1065 | self.stampfnwhitelist[mc] = [] | 1065 | self.stampfnwhitelist[mc] = [] |
1066 | for entry in self.stampwhitelist.split(): | 1066 | for entry in self.stampwhitelist.split(): |
1067 | if entry not in self.taskData[mc].build_targets: | 1067 | if entry not in self.taskData[mc].build_targets: |