summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-05-22 22:24:47 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-05-23 15:00:57 -0400
commit86f7e559acec152f4071bf3b75b48f9ee7b3a96b (patch)
treeae6f568acb073376b68ac253583d300dd52749d5
parentf79abadb2b0c8ae178be904f8e19f50117e0a015 (diff)
downloadmeta-ti-86f7e559acec152f4071bf3b75b48f9ee7b3a96b.tar.gz
omap5-sgx-ddk-um-linux: remove version 1.9.0.10 as replaced by 1.9.0.12
Also version 1.9.0.10 of the recipe doesn't have necessary PROVIDES and results in conflicts with mesa and other gl/gles providers. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
deleted file mode 100644
index 37ca7d80..00000000
--- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1DESCRIPTION = "Userspace libraries for omap5 sgx"
2HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
3LICENSE = "TI-TSPA"
4LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8"
5
6COMPATIBLE_MACHINE = "omap-a15"
7
8INHIBIT_PACKAGE_STRIP = "1"
9
10SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/OMAP5_1_09_00_10//exports/${PN}-${PV}.tar.gz;protocol=http"
11
12PR = "r1"
13
14SRC_URI[md5sum] = "3cfb875de031098a4c1eeeaf4e442367"
15SRC_URI[sha256sum] = "20b849088c0fd3ee5dd6bad8ddf16fb2b3267aa053cf3488c762fbc72f22489a"
16
17S = "${WORKDIR}/${PN}-${PV}"
18
19do_install () {
20 oe_runmake install DESTDIR=${D}
21}
22
23FILES_${PN} += "${libdir}/gbm/"
24
25INSANE_SKIP_${PN} = "useless-rpaths"
26INSANE_SKIP_${PN}-dev = "useless-rpaths"