aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udf
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/udf
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/udf')
-rw-r--r--recipes/udf/udftools/patch-04-wrudf-gcc4.diff7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/udf/udftools/patch-04-wrudf-gcc4.diff b/recipes/udf/udftools/patch-04-wrudf-gcc4.diff
index 13690123a5..c1234afad7 100644
--- a/recipes/udf/udftools/patch-04-wrudf-gcc4.diff
+++ b/recipes/udf/udftools/patch-04-wrudf-gcc4.diff
@@ -38,9 +38,9 @@ to 'libreadline5-dev'.
Regards
Andreas Jochens
-diff -urN ../tmp-orig/udftools-1.0.0b3/wrudf/wrudf.c ./wrudf/wrudf.c
---- ../tmp-orig/udftools-1.0.0b3/wrudf/wrudf.c 2002-11-26 08:18:51.000000000 +0100
-+++ ./wrudf/wrudf.c 2005-01-04 16:56:49.394078200 +0100
+diff -urN udftools-1.0.0b3/wrudf/wrudf.c b/wrudf/wrudf.c
+--- udftools-1.0.0b3/wrudf/wrudf.c 2002-11-26 08:18:51.000000000 +0100
++++ b/wrudf/wrudf.c 2005-01-04 16:56:49.394078200 +0100
@@ -245,7 +245,7 @@
} else if( strncmp( spm->partIdent.ident, UDF_ID_VIRTUAL, strlen(UDF_ID_VIRTUAL)) == 0 )
virtualPartitionNum = i;
@@ -50,4 +50,3 @@ diff -urN ../tmp-orig/udftools-1.0.0b3/wrudf/wrudf.c ./wrudf/wrudf.c
}
if( medium == CDR ) {
-diff -urN ../tmp-orig/udftools-1.0.0b3/debian/control ./debian/control