From 6f358feeb5104536a9a468c1435d73cd72d3a196 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 16 Mar 2011 12:03:53 -0700 Subject: 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 Signed-off-by: Koen Kooi --- recipes/nvidia-drivers/files/nvidia-oe-conftest.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/nvidia-drivers') diff --git a/recipes/nvidia-drivers/files/nvidia-oe-conftest.patch b/recipes/nvidia-drivers/files/nvidia-oe-conftest.patch index 6eae764d1c..aac4344709 100644 --- a/recipes/nvidia-drivers/files/nvidia-oe-conftest.patch +++ b/recipes/nvidia-drivers/files/nvidia-oe-conftest.patch @@ -1,4 +1,4 @@ ---- ../../../temp/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/Makefile.kbuild 2006-03-29 16:02:20.000000000 -0700 +--- nv/Makefile.kbuild 2006-03-29 16:02:20.000000000 -0700 +++ nv/Makefile.kbuild 2006-04-26 13:50:47.249353208 -0600 @@ -28,7 +28,7 @@ # Christian Zander (zander@mail.minion.de) (enhancements) @@ -33,7 +33,7 @@ # # Build an object file suitable for further processing by the installer and ---- ../../../temp/NVIDIA-Linux-x86-1.0-8756-pkg1/usr/src/nv/Makefile.nvidia 2006-03-29 16:02:20.000000000 -0700 +--- nv/Makefile.nvidia 2006-03-29 16:02:20.000000000 -0700 +++ nv/Makefile.nvidia 2006-04-26 13:52:19.573317832 -0600 @@ -102,7 +102,7 @@ -- cgit 1.2.3-korg