aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch')
-rw-r--r--recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch
deleted file mode 100644
index dc91d7c..0000000
--- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q/0001-change-header-path-to-HAL.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 1a4a35678ef70283d1a31835deecd39711a9db86 Mon Sep 17 00:00:00 2001
-From: Jeremy Stashluk <jstashluk@dekaresearch.com>
-Date: Wed, 30 Jan 2013 13:16:53 -0500
-Subject: [PATCH] change header path to HAL
-
-The gpu-viv-bin-mx6q package from Freescale puts this header in the HAL
-directory under the system. I think this is a problem in the LTIB release as
-well.
-
-Upstream-Status: Pending
-
-Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
-
----
- usr/include/gc_vdk_types.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: gpu-viv-bin-mx6q-1.1.0/usr/include/gc_vdk_types.h
-===================================================================
---- gpu-viv-bin-mx6q-1.1.0.orig/usr/include/gc_vdk_types.h
-+++ gpu-viv-bin-mx6q-1.1.0/usr/include/gc_vdk_types.h
-@@ -39,7 +39,7 @@ extern "C" {
- #endif
-
- #include <EGL/egl.h>
--#include "gc_hal_eglplatform_type.h"
-+#include <HAL/gc_hal_eglplatform_type.h>
-
-
- /*******************************************************************************