aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThao Nguyen <thao.nguyen.yb@renesas.com>2017-07-14 15:32:33 +0700
committerThao Nguyen <thao.nguyen.yb@renesas.com>2017-08-25 08:42:49 +0700
commitcf3bea76a87dba2918d450be2d2f22910d909425 (patch)
treeff3522f93d60100aeefd29159e011219ac89c123
parent4c59b6d168ad8959d762014b325b3bf77c8285d3 (diff)
rcar-gen3: gles-user-module: Remove patch to include header from mesa
New GFX pkg does not need header from mesa, because it already has the necessary header (EGL/eglwaylandext.h) in the pkg itself. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb1
-rw-r--r--meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/0001-EGL-eglext.h-Include-eglmesaext.h-to-avoid-compile-error.patch25
2 files changed, 0 insertions, 26 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb
index a59aa88..5c21a9f 100644
--- a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb
+++ b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb
@@ -16,7 +16,6 @@ SRC_URI_r8a7795 = "file://r8a7795_linux_gsx_binaries_gles3.tar.bz2"
SRC_URI_r8a7796 = "file://r8a7796_linux_gsx_binaries_gles3.tar.bz2"
SRC_URI_append = " \
file://change-shell.patch \
- file://0001-EGL-eglext.h-Include-eglmesaext.h-to-avoid-compile-error.patch \
file://rc.pvr.service \
"
diff --git a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/0001-EGL-eglext.h-Include-eglmesaext.h-to-avoid-compile-error.patch b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/0001-EGL-eglext.h-Include-eglmesaext.h-to-avoid-compile-error.patch
deleted file mode 100644
index b8fde11..0000000
--- a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module/0001-EGL-eglext.h-Include-eglmesaext.h-to-avoid-compile-error.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b1e6a6ea447e01af0a31dfba44510aea23f2ffa8 Mon Sep 17 00:00:00 2001
-From: Tomohiro Komagata <tomohiro.komagata.aj@renesas.com>
-Date: Thu, 17 Nov 2016 14:41:05 +0900
-Subject: [PATCH] EGL: eglext.h: Include eglmesaext.h to avoid compile error
-
----
- usr/include/EGL/eglext.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/usr/include/EGL/eglext.h b/usr/include/EGL/eglext.h
-index de119f6..243da4a 100644
---- a/usr/include/EGL/eglext.h
-+++ b/usr/include/EGL/eglext.h
-@@ -645,6 +645,8 @@ EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeNV (void);
- #endif /* KHRONOS_SUPPORT_INT64 */
- #endif /* EGL_NV_system_time */
-
-+#include <EGL/eglmesaext.h>
-+
- #ifdef __cplusplus
- }
- #endif
---
-1.9.1
-