diff options
Diffstat (limited to 'bitbake/lib/bb/command.py')
| -rw-r--r-- | bitbake/lib/bb/command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py index 43dd2f4644..17276541cc 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
| @@ -396,7 +396,7 @@ class CommandsAsync: | |||
| 396 | postfiles = params[1].split() | 396 | postfiles = params[1].split() |
| 397 | command.cooker.configuration.prefile = prefiles | 397 | command.cooker.configuration.prefile = prefiles |
| 398 | command.cooker.configuration.postfile = postfiles | 398 | command.cooker.configuration.postfile = postfiles |
| 399 | command.cooker.loadConfigurationData(tracking=True) | 399 | command.cooker.loadConfigurationData() |
| 400 | command.finishAsyncCommand() | 400 | command.finishAsyncCommand() |
| 401 | parseConfigurationFiles.needcache = False | 401 | parseConfigurationFiles.needcache = False |
| 402 | 402 | ||
