diff options
Diffstat (limited to 'bitbake/lib/bb/tinfoil.py')
-rw-r--r-- | bitbake/lib/bb/tinfoil.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tinfoil.py b/bitbake/lib/bb/tinfoil.py index dcd3910cc4..0e937fba36 100644 --- a/bitbake/lib/bb/tinfoil.py +++ b/bitbake/lib/bb/tinfoil.py | |||
@@ -633,6 +633,12 @@ class Tinfoil: | |||
633 | fn = self.get_recipe_file(pn) | 633 | fn = self.get_recipe_file(pn) |
634 | return self.parse_recipe_file(fn) | 634 | return self.parse_recipe_file(fn) |
635 | 635 | ||
636 | def finalizeData(self): | ||
637 | """ | ||
638 | Run anonymous functions and expand keys | ||
639 | """ | ||
640 | return self._reconvert_type(self.run_command('finalizeData'), 'DataStoreConnectionHandle') | ||
641 | |||
636 | def parse_recipe_file(self, fn, appends=True, appendlist=None, config_data=None): | 642 | def parse_recipe_file(self, fn, appends=True, appendlist=None, config_data=None): |
637 | """ | 643 | """ |
638 | Parse the specified recipe file (with or without bbappends) | 644 | Parse the specified recipe file (with or without bbappends) |