diff --git a/recipes-maui/greenisland/files/0001-Make-packages-EGL-and-GLES2-optional.patch b/recipes-maui/greenisland/files/0001-Make-packages-EGL-and-GLES2-optional.patch deleted file mode 100644 index 8707caac..00000000 --- a/recipes-maui/greenisland/files/0001-Make-packages-EGL-and-GLES2-optional.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 1bbd4f25c3edffecbb9f1579691c2a74f82a04ae Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Mon, 13 Jan 2014 13:56:33 +0100 -Subject: [PATCH 1/2] Make packages EGL and GLES2 optional -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Some board supports do not support pkgconfig - -Signed-off-by: Andreas Müller ---- - CMakeLists.txt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index fcc56b2..3d3a911 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -64,8 +64,8 @@ find_package(Qt5 5.2 REQUIRED COMPONENTS DBus Gui Qml Quick Compositor) - find_package(PkgConfig "0.22" REQUIRED) - - # Find EGL and GLESv2 libraries --pkg_check_modules(EGL egl REQUIRED) --pkg_check_modules(GLESV2 glesv2 REQUIRED) -+pkg_check_modules(EGL egl) -+pkg_check_modules(GLESV2 glesv2) - - # Find Wayland libraries - pkg_check_modules(WAYLAND_CLIENT wayland-client REQUIRED) --- -1.8.3.1 - diff --git a/recipes-maui/greenisland/files/0002-greenislandcompositor-fix-build.patch b/recipes-maui/greenisland/files/0001-greenislandcompositor-fix-build.patch similarity index 100% rename from recipes-maui/greenisland/files/0002-greenislandcompositor-fix-build.patch rename to recipes-maui/greenisland/files/0001-greenislandcompositor-fix-build.patch diff --git a/recipes-maui/greenisland/greenisland_git.bb b/recipes-maui/greenisland/greenisland_git.bb index ee5d1aff..1150f0b6 100644 --- a/recipes-maui/greenisland/greenisland_git.bb +++ b/recipes-maui/greenisland/greenisland_git.bb @@ -8,8 +8,7 @@ DEPENDS = "qtbase qtdeclarative qtwayland" SRC_URI = " \ git://github.com/mauios/${BPN}.git;protocol=git;branch=stable \ - file://0001-Make-packages-EGL-and-GLES2-optional.patch \ - file://0002-greenislandcompositor-fix-build.patch \ + file://0001-greenislandcompositor-fix-build.patch \ " SRCREV = "3c26239ce213c1a029ba3cf3b6e8006dc3593018" PV = "0.2.0.1+git${SRCPV}"