[meta-ti] Mrinmayee Hingolikar : omap5-sgx-ddk-um-linux: Add version 1.9.0.12
Arago Project git
git at arago-project.org
Wed May 21 13:39:51 PDT 2014
Module: meta-ti
Branch: master
Commit: a701d20e99bfaae4092ff9a3d9005f1e3f69629f
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=a701d20e99bfaae4092ff9a3d9005f1e3f69629f
Author: Mrinmayee Hingolikar <mrinmayee at ti.com>
Date: Thu May 22 02:23:23 2014 +0000
omap5-sgx-ddk-um-linux: Add version 1.9.0.12
* Pulled in latest version 1.9.0.12 from meta-ti-gsldk and
preserved authorship for Mrinmayee
* Mark this recipe as providing the gles1, gles2, and egl
libraries so that it doesn't conflict with other recipes like
mesa and will be pulled in to satisfy those dependencies
Signed-off-by: Mrinmayee Hingolikar <mrinmayee at ti.com>
Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
.../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 28 ++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
new file mode 100644
index 0000000..b875328
--- /dev/null
+++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "Userspace libraries for SGX"
+HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk"
+LICENSE = "TI-TSPA"
+LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603"
+
+SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git"
+SRCREV = "994922a5655c63b05343a9238cb30e6ef61744be"
+
+PR = "r2"
+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"
+
+S = "${WORKDIR}/git"
+
+do_install () {
+ oe_runmake install DESTDIR=${D}
+}
+
+FILES_${PN} = "${bindir}/*"
+FILES_${PN} += " ${libdir}/*"
+FILES_${PN} += "${includedir}/* /usr/share/sgx-lib/"
+
+INHIBIT_PACKAGE_STRIP = "1"
+
+INSANE_SKIP_${PN} += "dev-so"
More information about the meta-ti
mailing list