[meta-ti] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: libgles-omap3: fix for latest oe-core mesa changes
Arago Project git
git at arago-project.org
Tue Sep 18 16:58:28 PDT 2012
Module: meta-ti
Branch: master
Commit: 48cab231fc8e3c322ff8b1cb4413d8de1d74fff6
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=48cab231fc8e3c322ff8b1cb4413d8de1d74fff6
Author: Andreas Müller <schnitzeltony at googlemail.com>
Date: Tue Sep 4 18:20:58 2012 +0200
libgles-omap3: fix for latest oe-core mesa changes
* add virtual/libgles1 virtual/libgles2 to PROVIDES
* add RREPLACES_{PN}* for mesa's libegl* libgles1* libgles2*
Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-graphics/libgles/libgles-omap3.inc | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/recipes-graphics/libgles/libgles-omap3.inc b/recipes-graphics/libgles/libgles-omap3.inc
index 6137097..ac9d5df 100644
--- a/recipes-graphics/libgles/libgles-omap3.inc
+++ b/recipes-graphics/libgles/libgles-omap3.inc
@@ -3,13 +3,17 @@ LICENSE = "proprietary-binary"
# 'TSPA.txt' might not be the best file to md5sum
LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1"
-PR = "r31"
+PR = "r32"
COMPATIBLE_MACHINE = "(omap3|ti814x|ti816x|ti33x)"
DEPENDS = "virtual/libx11 libxau libxdmcp libdrm"
-PROVIDES += "virtual/egl"
+PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
+
+RREPLACES_${PN} = "libegl libgles1 libgles2"
+RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev"
+RREPLACES_${PN}-dbg = "libegl-dbg"
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
file://cputype \
More information about the meta-ti
mailing list