From b779b6bd948f96d20d6f12cc5591b436256177d4 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 11 May 2012 00:24:14 +0000 Subject: [PATCH] gpsd: Remove package version from the navcom patch If the buildroot infrastructure finds a patch file that contains the $PKG-$VERSION tuple in the filename, it will only apply this kind of patches, ignoring the rest of the patches in the package directory. As a result of which, the gpsd-fix-libgpsmm.patch did not apply because the gpsd-2.95-navcom.patch satisfies the $PKG-$VERSION convention. The buildroot policy (as discussed during the Buildroot Developer meeting) is to remove the package version from the patch filename. Signed-off-by: Markos Chandras Signed-off-by: Peter Korsgaard --- package/gpsd/{gpsd-2.95-navcom.patch => gpsd-navcom.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package/gpsd/{gpsd-2.95-navcom.patch => gpsd-navcom.patch} (100%) diff --git a/package/gpsd/gpsd-2.95-navcom.patch b/package/gpsd/gpsd-navcom.patch similarity index 100% rename from package/gpsd/gpsd-2.95-navcom.patch rename to package/gpsd/gpsd-navcom.patch -- 2.30.2