mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
0d47e4b862
commit
c58bf39c2e
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user