diff options
author | Mrinmayee Hingolikar <mrinmayee@ti.com> | 2014-05-22 02:23:23 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-05-21 16:23:28 -0400 |
commit | a701d20e99bfaae4092ff9a3d9005f1e3f69629f (patch) | |
tree | 811633f8fc0bc82f48b6df1cc7158a1faaeb56f7 /recipes-graphics | |
parent | c78c19187036569914b4b0ea7990bab2cb6458bb (diff) | |
download | meta-ti-a701d20e99bfaae4092ff9a3d9005f1e3f69629f.tar.gz |
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@ti.com>
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/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 00000000..b875328b --- /dev/null +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | DESCRIPTION = "Userspace libraries for SGX" | ||
2 | HOMEPAGE = "http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk" | ||
3 | LICENSE = "TI-TSPA" | ||
4 | LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" | ||
5 | |||
6 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git" | ||
7 | SRCREV = "994922a5655c63b05343a9238cb30e6ef61744be" | ||
8 | |||
9 | PR = "r2" | ||
10 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" | ||
11 | |||
12 | RREPLACES_${PN} = "libegl libgles1 libgles2" | ||
13 | RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev" | ||
14 | RREPLACES_${PN}-dbg = "libegl-dbg" | ||
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | do_install () { | ||
19 | oe_runmake install DESTDIR=${D} | ||
20 | } | ||
21 | |||
22 | FILES_${PN} = "${bindir}/*" | ||
23 | FILES_${PN} += " ${libdir}/*" | ||
24 | FILES_${PN} += "${includedir}/* /usr/share/sgx-lib/" | ||
25 | |||
26 | INHIBIT_PACKAGE_STRIP = "1" | ||
27 | |||
28 | INSANE_SKIP_${PN} += "dev-so" | ||