aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-nmf
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-nmf
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-nmf')
-rw-r--r--recipes/gpe-nmf/gpe-nmf-0.17/fix_makefiles.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/gpe-nmf/gpe-nmf-0.17/fix_makefiles.patch b/recipes/gpe-nmf/gpe-nmf-0.17/fix_makefiles.patch
index b6dc568151..5965f031d3 100644
--- a/recipes/gpe-nmf/gpe-nmf-0.17/fix_makefiles.patch
+++ b/recipes/gpe-nmf/gpe-nmf-0.17/fix_makefiles.patch
@@ -1,5 +1,5 @@
-diff -urNd ../gpe-nmf-0.17-r0/gpe-nmf-0.17/backend/Makefile gpe-nmf-0.17/backend/Makefile
---- ../gpe-nmf-0.17-r0/gpe-nmf-0.17/backend/Makefile 2004-07-06 22:02:57.000000000 +0100
+diff -urNd gpe-nmf-0.17/backend/Makefile gpe-nmf-0.17/backend/Makefile
+--- gpe-nmf-0.17/backend/Makefile 2004-07-06 22:02:57.000000000 +0100
+++ gpe-nmf-0.17/backend/Makefile 2004-08-03 12:42:34.000000000 +0100
@@ -48,7 +48,7 @@
clean:
@@ -10,8 +10,8 @@ diff -urNd ../gpe-nmf-0.17-r0/gpe-nmf-0.17/backend/Makefile gpe-nmf-0.17/backend
mkdir -p $(DESTDIR)$(PREFIX)/lib
install $(BACKEND) $(DESTDIR)$(PREFIX)/lib/$(BACKEND)
for i in $(CODECS); do install $$i $(DESTDIR)$(PREFIX)/lib/gpe-nmf/decoders/$$i; done
-diff -urNd ../gpe-nmf-0.17-r0/gpe-nmf-0.17/Makefile gpe-nmf-0.17/Makefile
---- ../gpe-nmf-0.17-r0/gpe-nmf-0.17/Makefile 2004-08-03 03:31:46.000000000 +0100
+diff -urNd gpe-nmf-0.17/Makefile gpe-nmf-0.17/Makefile
+--- gpe-nmf-0.17/Makefile 2004-08-03 03:31:46.000000000 +0100
+++ gpe-nmf-0.17/Makefile 2004-08-03 12:37:33.000000000 +0100
@@ -43,7 +43,7 @@
make -C backend PREFIX=$(PREFIX) GST=$(GST) GST_VERSION=$(GST_VERSION) CVSBUILD=$(CVSBUILD)