aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/twin/twin-0.4.6
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-16 12:03:53 -0700
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-22 09:30:16 +0200
commit6f358feeb5104536a9a468c1435d73cd72d3a196 (patch)
tree6f1099ee389c0ae148387d5a3640d9ea32e86011 /recipes/twin/twin-0.4.6
parent9ed5103650cd285ae5493dd26e7a6a8f28412945 (diff)
downloadopenembedded-6f358feeb5104536a9a468c1435d73cd72d3a196.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> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes/twin/twin-0.4.6')
-rw-r--r--recipes/twin/twin-0.4.6/cross_compile.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes/twin/twin-0.4.6/cross_compile.patch b/recipes/twin/twin-0.4.6/cross_compile.patch
index 7f8163a78a..83b3bf7e42 100644
--- a/recipes/twin/twin-0.4.6/cross_compile.patch
+++ b/recipes/twin/twin-0.4.6/cross_compile.patch
@@ -1,5 +1,5 @@
-diff -urNd ../twin-0.4.6-r0/twin-0.4.6/Makefile.in twin-0.4.6/Makefile.in
---- ../twin-0.4.6-r0/twin-0.4.6/Makefile.in 2003-03-27 08:29:47 +00:00
+diff -urNd twin-0.4.6/Makefile.in twin-0.4.6/Makefile.in
+--- twin-0.4.6/Makefile.in 2003-03-27 08:29:47 +00:00
+++ twin-0.4.6/Makefile.in 2004-07-27 13:04:46 +01:00
@@ -71,33 +71,33 @@
# to correctly generate include/autoconf.h
@@ -55,8 +55,8 @@ diff -urNd ../twin-0.4.6-r0/twin-0.4.6/Makefile.in twin-0.4.6/Makefile.in
#
# was:
-diff -urNd ../twin-0.4.6-r0/twin-0.4.6/configure twin-0.4.6/configure
---- ../twin-0.4.6-r0/twin-0.4.6/configure 2003-03-27 08:29:47 +00:00
+diff -urNd twin-0.4.6/configure twin-0.4.6/configure
+--- twin-0.4.6/configure 2003-03-27 08:29:47 +00:00
+++ twin-0.4.6/configure 2004-07-27 13:11:21 +01:00
@@ -1235,7 +1235,7 @@
@@ -85,8 +85,8 @@ diff -urNd ../twin-0.4.6-r0/twin-0.4.6/configure twin-0.4.6/configure
cp $export_symbols $output_objdir/$soname-def;
else
echo EXPORTS > $output_objdir/$soname-def;
-diff -urNd ../twin-0.4.6-r0/twin-0.4.6/configure.in twin-0.4.6/configure.in
---- ../twin-0.4.6-r0/twin-0.4.6/configure.in 2003-03-27 08:29:47 +00:00
+diff -urNd twin-0.4.6/configure.in twin-0.4.6/configure.in
+--- twin-0.4.6/configure.in 2003-03-27 08:29:47 +00:00
+++ twin-0.4.6/configure.in 2004-07-27 13:18:07 +01:00
@@ -188,7 +188,7 @@
@@ -115,8 +115,8 @@ diff -urNd ../twin-0.4.6-r0/twin-0.4.6/configure.in twin-0.4.6/configure.in
AC_CHECK_FUNC(crypt,,AC_CHECK_LIB(crypt,crypt))
AC_CHECK_FUNC(dlopen,,AC_CHECK_LIB(dl,dlopen))
AC_CHECK_LIB(ltdl,lt_dlopen)
-diff -urNd ../twin-0.4.6-r0/twin-0.4.6/makerules twin-0.4.6/makerules
---- ../twin-0.4.6-r0/twin-0.4.6/makerules 2003-03-27 08:29:48 +00:00
+diff -urNd twin-0.4.6/makerules twin-0.4.6/makerules
+--- twin-0.4.6/makerules 2003-03-27 08:29:48 +00:00
+++ twin-0.4.6/makerules 2004-07-27 13:04:46 +01:00
@@ -794,7 +794,7 @@
endif
@@ -140,8 +140,8 @@ diff -urNd ../twin-0.4.6-r0/twin-0.4.6/makerules twin-0.4.6/makerules
#
-diff -urNd ../twin-0.4.6-r0/twin-0.4.6/scripts/mkdep.c twin-0.4.6/scripts/mkdep.c
---- ../twin-0.4.6-r0/twin-0.4.6/scripts/mkdep.c 2003-03-27 08:29:48 +00:00
+diff -urNd twin-0.4.6/scripts/mkdep.c twin-0.4.6/scripts/mkdep.c
+--- twin-0.4.6/scripts/mkdep.c 2003-03-27 08:29:48 +00:00
+++ twin-0.4.6/scripts/mkdep.c 2004-07-27 13:04:46 +01:00
@@ -172,8 +172,8 @@
putchar('\n');