summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/layerindexlib/cooker.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/layerindexlib/cooker.py')
-rw-r--r--bitbake/lib/layerindexlib/cooker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/layerindexlib/cooker.py b/bitbake/lib/layerindexlib/cooker.py
index 4ce397d884..65b23d087f 100644
--- a/bitbake/lib/layerindexlib/cooker.py
+++ b/bitbake/lib/layerindexlib/cooker.py
@@ -93,7 +93,7 @@ class CookerPlugin(layerindexlib.plugin.IndexPlugin):
93 return index 93 return index
94 94
95 collections = d.getVar('BBFILE_COLLECTIONS') 95 collections = d.getVar('BBFILE_COLLECTIONS')
96 layerconfs = d.varhistory.get_variable_items_files('BBFILE_COLLECTIONS', d) 96 layerconfs = d.varhistory.get_variable_items_files('BBFILE_COLLECTIONS')
97 bbfile_collections = {layer: os.path.dirname(os.path.dirname(path)) for layer, path in layerconfs.items()} 97 bbfile_collections = {layer: os.path.dirname(os.path.dirname(path)) for layer, path in layerconfs.items()}
98 98
99 (_, bb_branch, _, _) = self._get_bitbake_info() 99 (_, bb_branch, _, _) = self._get_bitbake_info()