From ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 27 Apr 2017 11:04:51 +0200 Subject: recipes: remove blacklisted recipes * as PNBLACKLIST message says, these recipes are blacklisted for long time and nobody showed any interest to fix them * remove all unused .patch and .inc files as well Signed-off-by: Martin Jansa --- ...001-tests-main.c-fix-build-with-glib-2.36.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 meta-oe/recipes-gnome/gtkhtml2/files/0001-tests-main.c-fix-build-with-glib-2.36.patch (limited to 'meta-oe/recipes-gnome/gtkhtml2/files/0001-tests-main.c-fix-build-with-glib-2.36.patch') diff --git a/meta-oe/recipes-gnome/gtkhtml2/files/0001-tests-main.c-fix-build-with-glib-2.36.patch b/meta-oe/recipes-gnome/gtkhtml2/files/0001-tests-main.c-fix-build-with-glib-2.36.patch deleted file mode 100644 index b3eb3960c1..0000000000 --- a/meta-oe/recipes-gnome/gtkhtml2/files/0001-tests-main.c-fix-build-with-glib-2.36.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 4b17eed4b8588569d11ec4bd2b6fa3c063830e6e Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Andreas=20M=C3=BCller?= -Date: Thu, 16 May 2013 18:44:50 +0200 -Subject: [PATCH] tests/main.c: fix build with glib 2.36 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Upstream-Status: project seems dead - -Signed-off-by: Andreas Müller ---- - tests/main.c | 2 ++ - 1 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/tests/main.c b/tests/main.c -index 61cce82..18165ed 100644 ---- a/tests/main.c -+++ b/tests/main.c -@@ -30,7 +30,9 @@ main (gint argc, gchar **argv) - { - GtkWidget *browser; - -+#if !GLIB_CHECK_VERSION (2, 36, 0) - g_thread_init(NULL); -+#endif - - gtk_init (&argc, &argv); - --- -1.7.6.5 - -- cgit 1.2.3-korg