[Buildroot] [git commit] gpsd: Remove package version from the navcom patch

Peter Korsgaard jacmet at sunsite.dk
Sat May 19 21:22:51 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=b779b6bd948f96d20d6f12cc5591b436256177d4
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <markos.chandras at imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 .../{gpsd-2.95-navcom.patch => gpsd-navcom.patch}  |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

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


More information about the buildroot mailing list