Update gpsd to 2.37 (#3622)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 14:23:05 +0000 (14:23 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 14:23:05 +0000 (14:23 +0000)
SVN-Revision: 11709

net/gpsd/Makefile
net/gpsd/patches/100-reduce-size.patch

index 1933394bb547a15adbcfa3902bda87946350abba..467479ae21fd8ba84e251aa0717d2aa22a7643ba 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gpsd
-PKG_VERSION:=2.36
+PKG_VERSION:=2.37
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://download.berlios.de/gpsd/
-PKG_MD5SUM:=bb54e89ddb4fdc7af8bbc5534652f9ce
+PKG_MD5SUM:=6c96cc0b2df0279cb7baac1ebc5881d3
 
 PKG_FIXUP = libtool
 
index 6a508d250cbe91c5b6d05d3f50734784a8fb364f..279aca6bc5e38cdbc19587189a8dea719d75b33b 100644 (file)
@@ -1,7 +1,5 @@
-Index: gpsd-2.36/gpsd.c
-===================================================================
---- gpsd-2.36.orig/gpsd.c      2008-02-13 11:01:21.000000000 +0100
-+++ gpsd-2.36/gpsd.c   2008-02-13 11:01:22.000000000 +0100
+--- a/gpsd.c
++++ b/gpsd.c
 @@ -42,6 +42,7 @@
  #include <locale.h>
  #endif