diff options
Diffstat (limited to 'meta/lib/bbconfigbuild/configfragments.py')
-rw-r--r-- | meta/lib/bbconfigbuild/configfragments.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/bbconfigbuild/configfragments.py b/meta/lib/bbconfigbuild/configfragments.py index a4896cc734..c1dddc3e4c 100644 --- a/meta/lib/bbconfigbuild/configfragments.py +++ b/meta/lib/bbconfigbuild/configfragments.py | |||
@@ -23,6 +23,7 @@ def plugin_init(plugins): | |||
23 | class ConfigFragmentsPlugin(LayerPlugin): | 23 | class ConfigFragmentsPlugin(LayerPlugin): |
24 | def get_fragment_info(self, path, name): | 24 | def get_fragment_info(self, path, name): |
25 | d = bb.data.init() | 25 | d = bb.data.init() |
26 | d.setVar('BBPATH', self.tinfoil.config_data.getVar('BBPATH')) | ||
26 | bb.parse.handle(path, d, True) | 27 | bb.parse.handle(path, d, True) |
27 | summary = d.getVar('BB_CONF_FRAGMENT_SUMMARY') | 28 | summary = d.getVar('BB_CONF_FRAGMENT_SUMMARY') |
28 | description = d.getVar('BB_CONF_FRAGMENT_DESCRIPTION') | 29 | description = d.getVar('BB_CONF_FRAGMENT_DESCRIPTION') |