summaryrefslogtreecommitdiffstats
path: root/package/gpsd/gpsd-04-sconstruct-python-2.5-compat-distro-check.patch
Commit message (Collapse)AuthorAgeFilesLines
* gpsd: bump version to 3.8Simon Dawson2013-03-041-27/+0
| | | | | | | | | Version 3.8 of gpsd has been released, which includes some patches sent upstream by Thomas Petazzoni. This patch bumps the gpsd package version, and removes the upstreamed patches. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* gpsd: fix Python 2.5 build failureSimon Dawson2012-07-301-0/+27
The platform.linux_distribution method was introduced in Python 2.6. Some of the Buildroot autobuilders still use Python 2.5, which is causing build failures such as the following. http://autobuild.buildroot.net/results/045f1f69bac170d8e75cb4952a2e5b4e85a677b8/build-end.log This patch removes the linux distribution check from the gpsd SConstruct file. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>