diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-22 14:55:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-22 16:21:56 +0100 |
| commit | 49f127827d6ade9efeec29bb241f59d33228300e (patch) | |
| tree | c42db1f09f3804183c74115ba9b4a884fe8f04c9 /bitbake | |
| parent | 0c0bb02f5104e3856c9d90088e1ece08652cc19f (diff) | |
| download | poky-49f127827d6ade9efeec29bb241f59d33228300e.tar.gz | |
bitbake: command: Fix function module reference after code rearrangement
(Bitbake rev: ff9f62fd5f76892ad41a5329b75472501e17e712)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
| -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 | ||
