[yocto] [meta-ivi][PATCH 2/2] layer-management: Replace dependency of libgl with egl

Andrei Gherzan andrei.gherzan at windriver.com
Fri Dec 14 11:50:57 PST 2012


Signed-off-by: Andrei Gherzan <andrei.gherzan at windriver.com>
---
 .../layer-management/layer-management_0.9.9.bb     |    4 ++--
 .../layer-management/layer-management_git.bb       |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-graphics/layer-management/layer-management_0.9.9.bb b/recipes-graphics/layer-management/layer-management_0.9.9.bb
index eb6ceaf..81b8fd0 100644
--- a/recipes-graphics/layer-management/layer-management_0.9.9.bb
+++ b/recipes-graphics/layer-management/layer-management_0.9.9.bb
@@ -5,9 +5,9 @@ SECTION = "environment/base"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=071e6b9a5eb9fc5868edf57ce153e5b9"
 
-DEPENDS = "virtual/libgl dbus libxcomposite"
+DEPENDS = "virtual/egl dbus libxcomposite"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = " \
 	git://git.projects.genivi.org/layer_management.git;protocol=git;tag=ivi-layer-management_version_0_9_9 \
diff --git a/recipes-graphics/layer-management/layer-management_git.bb b/recipes-graphics/layer-management/layer-management_git.bb
index 7be26c1..9af452d 100644
--- a/recipes-graphics/layer-management/layer-management_git.bb
+++ b/recipes-graphics/layer-management/layer-management_git.bb
@@ -6,9 +6,9 @@ SECTION = "environment/base"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=249d3578d6bba1bb946148d367a28080"
 
-DEPENDS = "virtual/libgl dbus libxcomposite"
+DEPENDS = "virtual/egl dbus libxcomposite"
 
-PR = "r2"
+PR = "r3"
 
 SRCREV = "86c2dc9ef367b52fd5d05b53cbad5e21b9ab042f"
 
-- 
1.7.9.5




More information about the yocto mailing list