diff options
Diffstat (limited to 'bitbake/lib')
-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: |