mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
bitbake: command: Fix function module reference after code rearrangement
(Bitbake rev: ff9f62fd5f76892ad41a5329b75472501e17e712) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -387,7 +387,7 @@ class CommandsAsync:
|
|||||||
"""
|
"""
|
||||||
prefiles = params[0]
|
prefiles = params[0]
|
||||||
postfiles = params[1]
|
postfiles = params[1]
|
||||||
command.cooker.parseConfigurationFiles(prefiles, postfiles)
|
command.cooker.databuilder.parseConfigurationFiles(prefiles, postfiles)
|
||||||
command.finishAsyncCommand()
|
command.finishAsyncCommand()
|
||||||
parseConfigurationFiles.needcache = False
|
parseConfigurationFiles.needcache = False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user