diff options
Diffstat (limited to 'bitbake/lib')
| -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 29d31d5985..916eedac19 100644 --- a/bitbake/lib/bb/command.py +++ b/bitbake/lib/bb/command.py | |||
| @@ -387,7 +387,7 @@ class CommandsAsync: | |||
| 387 | """ | 387 | """ |
| 388 | prefiles = params[0] | 388 | prefiles = params[0] |
| 389 | postfiles = params[1] | 389 | postfiles = params[1] |
| 390 | command.cooker.parseConfigurationFiles(prefiles, postfiles) | 390 | command.cooker.databuilder.parseConfigurationFiles(prefiles, postfiles) |
| 391 | command.finishAsyncCommand() | 391 | command.finishAsyncCommand() |
| 392 | parseConfigurationFiles.needcache = False | 392 | parseConfigurationFiles.needcache = False |
| 393 | 393 | ||
