diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-09-04 18:20:58 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-09-18 18:34:10 -0400 |
commit | 48cab231fc8e3c322ff8b1cb4413d8de1d74fff6 (patch) | |
tree | c3bdc86404d0d05fda05af3215a35e5edfcb9a89 /recipes-graphics/libgles/libgles-omap3.inc | |
parent | bef66dc21a80d237028e003abdc71c66eb0078f9 (diff) | |
download | meta-ti-48cab231fc8e3c322ff8b1cb4413d8de1d74fff6.tar.gz |
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@googlemail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/libgles/libgles-omap3.inc')
-rw-r--r-- | 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 6137097b..ac9d5df9 100644 --- a/recipes-graphics/libgles/libgles-omap3.inc +++ b/recipes-graphics/libgles/libgles-omap3.inc | |||
@@ -3,13 +3,17 @@ LICENSE = "proprietary-binary" | |||
3 | # 'TSPA.txt' might not be the best file to md5sum | 3 | # 'TSPA.txt' might not be the best file to md5sum |
4 | LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" | 4 | LIC_FILES_CHKSUM = "file://TSPA.txt;md5=c0d5d9c1e38b41677144c4e24d6ddee1" |
5 | 5 | ||
6 | PR = "r31" | 6 | PR = "r32" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "(omap3|ti814x|ti816x|ti33x)" | 8 | COMPATIBLE_MACHINE = "(omap3|ti814x|ti816x|ti33x)" |
9 | 9 | ||
10 | DEPENDS = "virtual/libx11 libxau libxdmcp libdrm" | 10 | DEPENDS = "virtual/libx11 libxau libxdmcp libdrm" |
11 | 11 | ||
12 | PROVIDES += "virtual/egl" | 12 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" |
13 | |||
14 | RREPLACES_${PN} = "libegl libgles1 libgles2" | ||
15 | RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev" | ||
16 | RREPLACES_${PN}-dbg = "libegl-dbg" | ||
13 | 17 | ||
14 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \ | 18 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/${SGXPV}/exports/OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \ |
15 | file://cputype \ | 19 | file://cputype \ |