From c58bf39c2e5e7fe10c26ab317ee9456b47e73818 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 10 Sep 2013 23:44:40 +0000 Subject: 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 --- common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb | 1 + common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb | 1 + 2 files changed, 2 insertions(+) (limited to 'common') diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb index 6778ee0d..6cf1986f 100644 --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb @@ -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. diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb index ee4a313c..7cd4db3b 100644 --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb @@ -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. -- cgit v1.2.3-54-g00ecf