diff options
author | Michael Lippautz <michael.lippautz@gmail.com> | 2010-02-23 06:34:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-25 11:35:44 +0100 |
commit | 3d5268dde73267487a810017ed3c43c9523bf732 (patch) | |
tree | fd739ced7fd7b2bf9214123a3bb72728a62db161 /recipes/gpsd/gpsd_2.90.bb | |
parent | b141cd6cf58156e8d4b410ab93702b3c53393e02 (diff) |
gpsd: Bump version to 2.90 and clean recipe
* Removed board related stuff from the main gpsd recipe
* Add udev hotplugging support (seperate package 'gpsd-udev')
* Modified configuration and initscript in a way that a gps device could
either be added by /etc/default/gpsd OR via recipe using the local
gpsd socket.
* gpsd API changed! look at http://gpsd.berlios.de/#news
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gpsd/gpsd_2.90.bb')
-rw-r--r-- | recipes/gpsd/gpsd_2.90.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gpsd/gpsd_2.90.bb b/recipes/gpsd/gpsd_2.90.bb new file mode 100644 index 0000000000..2131ef7d63 --- /dev/null +++ b/recipes/gpsd/gpsd_2.90.bb @@ -0,0 +1,9 @@ +require gpsd.inc + +SRC_URI += "file://libtool.patch;patch=1" +SRC_URI[gpsd.md5sum] = "a23c728b8734c542d559c485857238d2" +SRC_URI[gpsd.sha256sum] = "8c81461266fc95aae6519ec996d7e4f4801fb5a02dbcc7a5d1c130bf7fe0cd53" + +PR = "${INC_PR}.0" + +PARALLEL_MAKE = "" |