diff options
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 887cb5c2b6..c5f4380c86 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -924,7 +924,7 @@ class RunQueue: | |||
924 | 924 | ||
925 | if self.stats.total == 0: | 925 | if self.stats.total == 0: |
926 | # nothing to do | 926 | # nothing to do |
927 | self.state = runQueueCleanup | 927 | self.state = runQueueCleanUp |
928 | 928 | ||
929 | while True: | 929 | while True: |
930 | task = None | 930 | task = None |