diff options
author | Karthik Ramanan <a0393906@ti.com> | 2015-07-06 14:28:33 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-07-07 16:27:08 -0400 |
commit | 5f6cf869fbf7a819298c56ce3a6aa8a7f87f2665 (patch) | |
tree | 98bb8564d90d45d96af144c2d7ad658635901041 /recipes-graphics | |
parent | cf0499ca614434f508384a10f71d6551d557ebf2 (diff) | |
download | meta-ti-5f6cf869fbf7a819298c56ce3a6aa8a7f87f2665.tar.gz |
omap5-sgx-ddk-um-linux: Bug fixes for memory leak
* Fix memory leak in Wayland WSEGL
* Refactor the code for print messages
Signed-off-by: Karthik Ramanan <a0393906@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 | 4 |
1 files changed, 2 insertions, 2 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 index f806ae88..2f3f6aa8 100644 --- 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 | |||
@@ -4,9 +4,9 @@ LICENSE = "TI-TSPA" | |||
4 | LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" | 4 | LIC_FILES_CHKSUM = "file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=360d293df455e4f2d363bb4014a49603" |
5 | 5 | ||
6 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git" | 6 | SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git" |
7 | SRCREV = "53be02a24a30a4c74eb48f2c84fda789bd95ab33" | 7 | SRCREV = "b6e57ccf36fc8c36d988246bc7510f0dec42d991" |
8 | 8 | ||
9 | PR = "r4" | 9 | PR = "r7" |
10 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" | 10 | PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2" |
11 | 11 | ||
12 | RREPLACES_${PN} = "libegl libgles1 libgles2" | 12 | RREPLACES_${PN} = "libegl libgles1 libgles2" |