mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
recipetool: create: force GL libraries to virtual/*
We want to specify dependencies on virtual/* rather than whatever library is selected in the current configuration. (From OE-Core rev: e1ac0c45b27ded9962edaf34597f827d0b41ba82) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
726dbda396
commit
3eb397fab6
@@ -84,6 +84,11 @@ class RecipeHandler(object):
|
|||||||
else:
|
else:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
# Some overrides - these should be mapped to the virtual
|
||||||
|
RecipeHandler.recipelibmap['GL'] = 'virtual/libgl'
|
||||||
|
RecipeHandler.recipelibmap['EGL'] = 'virtual/egl'
|
||||||
|
RecipeHandler.recipelibmap['GLESv2'] = 'virtual/libgles2'
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def load_headermap(d):
|
def load_headermap(d):
|
||||||
'''Build up lib headerfile->recipe mapping'''
|
'''Build up lib headerfile->recipe mapping'''
|
||||||
|
|||||||
Reference in New Issue
Block a user