summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/command.py')
-rw-r--r--bitbake/lib/bb/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py
index fa9fd054c2..c9571f63d8 100644
--- a/bitbake/lib/bb/command.py
+++ b/bitbake/lib/bb/command.py
@@ -564,7 +564,7 @@ class CommandsSync:
564 if config_data: 564 if config_data:
565 # We have to use a different function here if we're passing in a datastore 565 # We have to use a different function here if we're passing in a datastore
566 # NOTE: we took a copy above, so we don't do it here again 566 # NOTE: we took a copy above, so we don't do it here again
567 envdata = bb.cache.parse_recipe(config_data, fn, appendfiles, mc)[''] 567 envdata = command.cooker.databuilder._parse_recipe(config_data, fn, appendfiles, mc)['']
568 else: 568 else:
569 # Use the standard path 569 # Use the standard path
570 envdata = command.cooker.databuilder.parseRecipe(fn, appendfiles) 570 envdata = command.cooker.databuilder.parseRecipe(fn, appendfiles)