From 69e388b40580262d48fe0e1fd46ea1f2538118a4 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 19 Nov 2014 08:53:22 +0000 Subject: xmodmap: drop already applied patch This patch was part of the 1.0.8 release. (From OE-Core rev: 1de7d0bfc1bac6752a6aa7e96b384a8103efce1e) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- .../xorg-app/xmodmap/gnu-source.patch | 60 ---------------------- 1 file changed, 60 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch (limited to 'meta/recipes-graphics/xorg-app/xmodmap') diff --git a/meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch b/meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch deleted file mode 100644 index 40f81f0f74..0000000000 --- a/meta/recipes-graphics/xorg-app/xmodmap/gnu-source.patch +++ /dev/null @@ -1,60 +0,0 @@ -Upstream-Status: Backport -Signed-off-by: Ross Burton - -From 42f99a7a7b836f6f9704a7b1747eb722c93446ec Mon Sep 17 00:00:00 2001 -From: Alan Coopersmith -Date: Mon, 23 Apr 2012 14:28:39 +0000 -Subject: include config.h before stdio.h & other system headers - -Ensures definitions like _GNU_SOURCE are visible when needed. - -Signed-off-by: Alan Coopersmith -Reviewed-by: Peter Hutterer ---- -diff --git a/exec.c b/exec.c -index dbcb669..419b10e 100644 ---- a/exec.c -+++ b/exec.c -@@ -54,6 +54,10 @@ from The Open Group. - * original xmodmap, written by David Rosenthal, of Sun Microsystems. - */ - -+#ifdef HAVE_CONFIG_H -+# include "config.h" -+#endif -+ - #include - #include - #include -diff --git a/pf.c b/pf.c -index 0eb0f55..3f0c3f4 100644 ---- a/pf.c -+++ b/pf.c -@@ -26,6 +26,10 @@ from The Open Group. - - */ - -+#ifdef HAVE_CONFIG_H -+# include "config.h" -+#endif -+ - #include - #include - #include -diff --git a/xmodmap.c b/xmodmap.c -index 58a8e70..0f89629 100644 ---- a/xmodmap.c -+++ b/xmodmap.c -@@ -26,6 +26,10 @@ from The Open Group. - - */ - -+#ifdef HAVE_CONFIG_H -+# include "config.h" -+#endif -+ - #include - #include - #include --- -cgit v0.9.0.2-2-gbebe -- cgit v1.2.3-54-g00ecf