summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/recipetool/create.py')
-rw-r--r--scripts/lib/recipetool/create.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py
index dab917faac..1601a7f8c4 100644
--- a/scripts/lib/recipetool/create.py
+++ b/scripts/lib/recipetool/create.py
@@ -84,6 +84,11 @@ class RecipeHandler(object):
84 else: 84 else:
85 raise 85 raise
86 86
87 # Some overrides - these should be mapped to the virtual
88 RecipeHandler.recipelibmap['GL'] = 'virtual/libgl'
89 RecipeHandler.recipelibmap['EGL'] = 'virtual/egl'
90 RecipeHandler.recipelibmap['GLESv2'] = 'virtual/libgles2'
91
87 @staticmethod 92 @staticmethod
88 def load_headermap(d): 93 def load_headermap(d):
89 '''Build up lib headerfile->recipe mapping''' 94 '''Build up lib headerfile->recipe mapping'''