summaryrefslogtreecommitdiff
path: root/recipes-graphics/eglinfo/files/eglinfo.patch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-09-09 13:40:40 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-09-13 14:00:16 +0200
commit5d3c1353207e1bd97b54f5655e43aafd0fd5d808 (patch)
tree2cd5b6a35f6a466a999e64aceb60f5d80c45ad92 /recipes-graphics/eglinfo/files/eglinfo.patch
parent41dc86f00973218f317744207a1911b26dcd247a (diff)
eglinfo: drop bbappend, as the recipe has been dropped
OE-core dropped eglinfo, thus drop the bbappend on said recipe. aa36510ebe eglinfo: remove the recipe Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/eglinfo/files/eglinfo.patch')
-rw-r--r--recipes-graphics/eglinfo/files/eglinfo.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-graphics/eglinfo/files/eglinfo.patch b/recipes-graphics/eglinfo/files/eglinfo.patch
deleted file mode 100644
index 54cae6f..0000000
--- a/recipes-graphics/eglinfo/files/eglinfo.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur git.orig/src/glapi_stats.cpp git/src/glapi_stats.cpp
---- git.orig/src/glapi_stats.cpp 2014-11-18 14:45:09.249549002 +0100
-+++ git/src/glapi_stats.cpp 2014-11-18 14:45:47.869736011 +0100
-diff -Naur git.orig/src/platform_x11_generic.cpp git/src/platform_x11_generic.cpp
---- git.orig/src/platform_x11_generic.cpp 2014-11-18 14:45:09.252549095 +0100
-+++ git/src/platform_x11_generic.cpp 2014-11-18 14:45:57.578034399 +0100
-@@ -91,7 +91,7 @@
- if (m_egl_native_window)
- XDestroyWindow(
- reinterpret_cast < Display* > (m_native_display.get_egl_native_display())
-- , reinterpret_cast < Window > (m_egl_native_window)
-+ , reinterpret_cast < Window > ((long unsigned int)m_egl_native_window)
- );
- }
-