From 5d3c1353207e1bd97b54f5655e43aafd0fd5d808 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 9 Sep 2019 13:40:40 +0200 Subject: 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 --- recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 3 -- .../0001-Check-for-libegl-using-pkg-config.patch | 34 ---------------------- recipes-graphics/eglinfo/files/eglinfo.patch | 15 ---------- 3 files changed, 52 deletions(-) delete mode 100644 recipes-graphics/eglinfo/eglinfo-x11_%.bbappend delete mode 100644 recipes-graphics/eglinfo/files/0001-Check-for-libegl-using-pkg-config.patch delete mode 100644 recipes-graphics/eglinfo/files/eglinfo.patch diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend deleted file mode 100644 index f554535..0000000 --- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -SRCREV = "223817ee37988042db7873cfb5b2e899dfe35c10" diff --git a/recipes-graphics/eglinfo/files/0001-Check-for-libegl-using-pkg-config.patch b/recipes-graphics/eglinfo/files/0001-Check-for-libegl-using-pkg-config.patch deleted file mode 100644 index 3c6a31b..0000000 --- a/recipes-graphics/eglinfo/files/0001-Check-for-libegl-using-pkg-config.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 95043bcd491cf99a337fbf077c7dfd5a4f66c167 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Mon, 13 Aug 2018 15:46:53 -0700 -Subject: [PATCH] Check for libegl using pkg-config - -Upstream-Status: Pending -Signed-off-by: Khem Raj ---- - wscript | 7 +------ - 1 file changed, 1 insertion(+), 6 deletions(-) - -diff --git a/wscript b/wscript -index 0f6ec53..401f62e 100644 ---- a/wscript -+++ b/wscript -@@ -174,14 +174,9 @@ def configure_raspberrypi_device(conf, platform): - else: - conf.fatal('Unsupported Raspberry Pi platform "%s"' % platform) - return -- conf.check_cxx(mandatory = 1, lib = ['GLESv2', 'EGL', 'bcm_host'], uselib_store = 'EGL') -+ conf.check_cfg(package='egl', args='--libs --cflags') - import os - sysroot = conf.options.sysroot + conf.options.prefix -- std_include_path = os.path.join(sysroot, 'include') -- vcos_pthread_path = os.path.join(sysroot, 'include/interface/vcos/pthreads') -- vcms_host_path = os.path.join(sysroot, 'include/interface/vmcs_host/linux') -- if not conf.check_cxx(mandatory = 0, header_name = ['vcos_platform_types.h', 'EGL/egl.h', 'bcm_host.h'], includes = [vcos_pthread_path, vcms_host_path, std_include_path], uselib_store = 'EGL'): -- conf.fatal('Check if --prefix and --sysroot are set correctly.') - conf.env['WITH_APIS'] = [] - if check_gles2(conf): - conf.env['WITH_APIS'] += ['GLES1', 'GLES2'] --- -2.13.6 - 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) - ); - } - -- cgit v1.2.3