aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-go
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-16 12:03:53 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-16 12:13:57 -0700
commite41ded5f413fdc54a526795c2a202484c2796b84 (patch)
tree4abc64b17ef1844c61f66fd7310a25a4e0745040 /recipes/gpe-go
parent467575f6e24c425987b14f5b5f32bd0714926bb2 (diff)
downloadopenembedded-e41ded5f413fdc54a526795c2a202484c2796b84.tar.gz
In a large number of patches, remove unneeded '..' in paths.
In most cases we had both ../foopkg/foopkg as the first path and this simply became foopkg (the second path was already correct for the default strip level which is why the patch applies normally). In a few cases the second path was '.' which is valid but not as clear as 'b' (which is what git shows for example) so update that while we're at it. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gpe-go')
-rw-r--r--recipes/gpe-go/gpe-go-0.05/fix-make.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes/gpe-go/gpe-go-0.05/fix-make.patch b/recipes/gpe-go/gpe-go-0.05/fix-make.patch
index 996c51e001..c3c558826d 100644
--- a/recipes/gpe-go/gpe-go-0.05/fix-make.patch
+++ b/recipes/gpe-go/gpe-go-0.05/fix-make.patch
@@ -1,5 +1,5 @@
-diff -urNd ../gpe-go-0.05-r0/gpe-go-0.05/build/Makefile.dpkg_ipkg gpe-go-0.05/build/Makefile.dpkg_ipkg
---- ../gpe-go-0.05-r0/gpe-go-0.05/build/Makefile.dpkg_ipkg 2003-11-09 20:28:40.000000000 +0000
+diff -urNd gpe-go-0.05/build/Makefile.dpkg_ipkg gpe-go-0.05/build/Makefile.dpkg_ipkg
+--- gpe-go-0.05/build/Makefile.dpkg_ipkg 2003-11-09 20:28:40.000000000 +0000
+++ gpe-go-0.05/build/Makefile.dpkg_ipkg 2004-09-18 17:09:01.000000000 +0100
@@ -18,8 +18,10 @@
LIBGPEWIDGET_PC = libgpewidget
@@ -66,8 +66,8 @@ diff -urNd ../gpe-go-0.05-r0/gpe-go-0.05/build/Makefile.dpkg_ipkg gpe-go-0.05/bu
+
+.c.o:;
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(PACKAGE_CFLAGS) $(PACKAGE_CPPFLAGS) -c $< -o $@
-diff -urNd ../gpe-go-0.05-r0/gpe-go-0.05/build/Makefile.translation gpe-go-0.05/build/Makefile.translation
---- ../gpe-go-0.05-r0/gpe-go-0.05/build/Makefile.translation 2003-11-09 20:28:40.000000000 +0000
+diff -urNd gpe-go-0.05/build/Makefile.translation gpe-go-0.05/build/Makefile.translation
+--- gpe-go-0.05/build/Makefile.translation 2003-11-09 20:28:40.000000000 +0000
+++ gpe-go-0.05/build/Makefile.translation 2004-09-18 17:09:01.000000000 +0100
@@ -5,7 +5,7 @@
# use ipkg-build or ipkg-deb-build
@@ -116,8 +116,8 @@ diff -urNd ../gpe-go-0.05-r0/gpe-go-0.05/build/Makefile.translation gpe-go-0.05/
done
translation-ipkg:
-diff -urNd ../gpe-go-0.05-r0/gpe-go-0.05/gpe-go.c gpe-go-0.05/gpe-go.c
---- ../gpe-go-0.05-r0/gpe-go-0.05/gpe-go.c 2003-11-09 19:38:50.000000000 +0000
+diff -urNd gpe-go-0.05/gpe-go.c gpe-go-0.05/gpe-go.c
+--- gpe-go-0.05/gpe-go.c 2003-11-09 19:38:50.000000000 +0000
+++ gpe-go-0.05/gpe-go.c 2004-09-18 17:04:24.000000000 +0100
@@ -16,12 +16,12 @@
#include "sgf.h"
@@ -138,8 +138,8 @@ diff -urNd ../gpe-go-0.05-r0/gpe-go-0.05/gpe-go.c gpe-go-0.05/gpe-go.c
//--i18n
#include <libintl.h>
-diff -urNd ../gpe-go-0.05-r0/gpe-go-0.05/Makefile gpe-go-0.05/Makefile
---- ../gpe-go-0.05-r0/gpe-go-0.05/Makefile 2003-11-09 20:28:40.000000000 +0000
+diff -urNd gpe-go-0.05/Makefile gpe-go-0.05/Makefile
+--- gpe-go-0.05/Makefile 2003-11-09 20:28:40.000000000 +0000
+++ gpe-go-0.05/Makefile 2004-09-18 17:11:06.000000000 +0100
@@ -1,19 +1,8 @@
VERSION = 0.05