diff options
-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 1475b51c03..2022749c81 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -330,7 +330,7 @@ class RunQueueData: | |||
330 | Calculate a number representing the "weight" of each task. Heavier weighted tasks | 330 | Calculate a number representing the "weight" of each task. Heavier weighted tasks |
331 | have more dependencies and hence should be executed sooner for maximum speed. | 331 | have more dependencies and hence should be executed sooner for maximum speed. |
332 | 332 | ||
333 | This function also sanity checks the task list finding tasks that its not | 333 | This function also sanity checks the task list finding tasks that are not |
334 | possible to execute due to circular dependencies. | 334 | possible to execute due to circular dependencies. |
335 | """ | 335 | """ |
336 | 336 | ||