summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
diff options
context:
space:
mode:
authore-ruei1@ti.com <e-ruei1@ti.com>2018-11-17 01:48:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-11-27 19:27:03 +0000
commitb1587a6bdc72f4c862e7e35ecddf90c66b1124bd (patch)
tree132debb5e27392093cf4f002f684749b0ed65c88 /recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
parent4e9cb4ebb8528b790defe2b6db5b6cd58f51257d (diff)
downloadmeta-ti-b1587a6bdc72f4c862e7e35ecddf90c66b1124bd.tar.gz
ti-sgx-ddk-um: bump SRCREV to pickup the latest changes as shown below
- um: Validate mutex before lock and unlock - um: Fix for RefCounting with mutex held - um: Set the default mutex type to pthread mutex - um: Fix the install path and scripts Signed-off-by: Eric Ruei <e-ruei1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb')
-rw-r--r--recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
index 16e6f1fb..1c9fad94 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
@@ -9,7 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
9BRANCH = "ti-img-sgx/rocko/${PV}" 9BRANCH = "ti-img-sgx/rocko/${PV}"
10 10
11SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}" 11SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
12SRCREV = "e4cb91cb9009bdd8c41be0e4767b765b9b0bfdc6" 12SRCREV = "bc62c9d0c590dfbc801bf6b10176c3a8b6a39d98"
13 13
14# There's only hardfp version available 14# There's only hardfp version available
15python __anonymous() { 15python __anonymous() {
@@ -32,7 +32,7 @@ INITSCRIPT_PARAMS = "defaults 8"
32 32
33inherit update-rc.d 33inherit update-rc.d
34 34
35PR = "r31" 35PR = "r32"
36PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux" 36PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 omap5-sgx-ddk-um-linux"
37 37
38DEPENDS += "libdrm udev libgbm wayland libffi" 38DEPENDS += "libdrm udev libgbm wayland libffi"