aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gsoko
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/gsoko
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/gsoko')
-rw-r--r--recipes/gsoko/gsoko-0.4.2-gpe5/fix_makefiles.patch4
-rw-r--r--recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/gsoko/gsoko-0.4.2-gpe5/fix_makefiles.patch b/recipes/gsoko/gsoko-0.4.2-gpe5/fix_makefiles.patch
index 8c6ba2aad6..534103e232 100644
--- a/recipes/gsoko/gsoko-0.4.2-gpe5/fix_makefiles.patch
+++ b/recipes/gsoko/gsoko-0.4.2-gpe5/fix_makefiles.patch
@@ -1,5 +1,5 @@
-diff -urNd ../gsoko-0.4.2-gpe5-r0/gsoko-0.4.2-gpe5/Makefile gsoko-0.4.2-gpe5/Makefile
---- ../gsoko-0.4.2-gpe5-r0/gsoko-0.4.2-gpe5/Makefile 2004-09-18 00:03:00.000000000 +0100
+diff -urNd gsoko-0.4.2-gpe5/Makefile gsoko-0.4.2-gpe5/Makefile
+--- gsoko-0.4.2-gpe5/Makefile 2004-09-18 00:03:00.000000000 +0100
+++ gsoko-0.4.2-gpe5/Makefile 2004-09-20 20:14:46.000000000 +0100
@@ -1,16 +1,21 @@
diff --git a/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch b/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch
index f734be4961..28b65e0970 100644
--- a/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch
+++ b/recipes/gsoko/gsoko-0.4.2-gpe6/fix_makefiles.patch
@@ -1,5 +1,5 @@
-diff -urNd ../gsoko-0.4.2-gpe5-r0/gsoko-0.4.2-gpe5/Makefile gsoko-0.4.2-gpe5/Makefile
---- ../gsoko-0.4.2-gpe5-r0/gsoko-0.4.2-gpe5/Makefile 2004-09-18 00:03:00.000000000 +0100
+diff -urNd gsoko-0.4.2-gpe5/Makefile gsoko-0.4.2-gpe5/Makefile
+--- gsoko-0.4.2-gpe5/Makefile 2004-09-18 00:03:00.000000000 +0100
+++ gsoko-0.4.2-gpe5/Makefile 2004-09-20 20:14:46.000000000 +0100
@@ -1,16 +1,21 @@