emgd-driver-bin: add PROVIDES line for virtual opengl components

Both emgd and mesa recipes provides opengl components. With this
change recipies which depend on opengl components, can specify
what they want, and BSP config selects the right provider recipe.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
Nitin A Kamble 2013-09-10 23:44:40 +00:00 committed by Tom Zanussi
parent 0d47e4b862
commit c58bf39c2e
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ RDEPENDS_emgd-gst-plugins-mixvideo = "libva-tpi"
# These libraries shouldn't get installed in world builds unless something
# explicitly depends upon them.
EXCLUDE_FROM_WORLD = "1"
PROVIDES = "virtual/libgles1 virtual/libgles2 virtual/egl"
# Add the ABI dependency at package generation time, as otherwise bitbake will
# attempt to find a provider for it (and fail) when it does the parse.

View File

@ -23,6 +23,7 @@ RDEPENDS_emgd-gst-plugins-mixvideo = "libva-tpi"
# These libraries shouldn't get installed in world builds unless something
# explicitly depends upon them.
EXCLUDE_FROM_WORLD = "1"
PROVIDES = "virtual/libgles1 virtual/libgles2 virtual/egl"
# Add the ABI dependency at package generation time, as otherwise bitbake will
# attempt to find a provider for it (and fail) when it does the parse.