Home
last modified time | relevance | path

Searched refs:recipelibmap (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py47 recipelibmap = {} variable in RecipeHandler
60 if RecipeHandler.recipelibmap:
89 RecipeHandler.recipelibmap[libname] = line.split(':', 1)[-1].strip()
98 RecipeHandler.recipelibmap['GL'] = 'virtual/libgl'
99 RecipeHandler.recipelibmap['EGL'] = 'virtual/egl'
100 RecipeHandler.recipelibmap['GLESv2'] = 'virtual/libgles2'
207 recipe = RecipeHandler.recipelibmap.get(lib, None)