The openwrt specific patches have been merged into gpsd 3.7 and
are no longer needed.
---
 net/gpsd/Makefile                             |    4 ++--
 net/gpsd/patches/001-add-staging-prefix.patch |   10 ----------
 net/gpsd/patches/002-no_rpath.patch           |   11 -----------
 3 files changed, 2 insertions(+), 23 deletions(-)
 delete mode 100644 net/gpsd/patches/001-add-staging-prefix.patch
 delete mode 100644 net/gpsd/patches/002-no_rpath.patch

diff --git a/net/gpsd/Makefile b/net/gpsd/Makefile
index 47dd279..ca4983a 100644
--- a/net/gpsd/Makefile
+++ b/net/gpsd/Makefile
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gpsd
-PKG_VERSION:=3.6
+PKG_VERSION:=3.7
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://download-mirror.savannah.gnu.org/releases/gpsd
-PKG_MD5SUM:=064a5ad75593f8c3ea3fe85010647832
+PKG_MD5SUM:=52d9785eaf1a51298bb8900dbde88f98
 
 PKG_BUILD_DEPENDS:=libncurses libusb-1.0
 
diff --git a/net/gpsd/patches/001-add-staging-prefix.patch 
b/net/gpsd/patches/001-add-staging-prefix.patch
deleted file mode 100644
index b88171b..0000000
--- a/net/gpsd/patches/001-add-staging-prefix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/SConstruct
-+++ b/SConstruct
-@@ -200,6 +200,7 @@ import_env = (
-     'PATH',            # Required for ccache and Coverity scan-build
-     'PKG_CONFIG_PATH', # Set .pc file directory in a crossbuild
-     'STAGING_DIR',     # Required by the OpenWRT build.
-+    'STAGING_PREFIX',  # Required by the OpenWRT build.
-     )
- envs = {}
- for var in import_env:
diff --git a/net/gpsd/patches/002-no_rpath.patch 
b/net/gpsd/patches/002-no_rpath.patch
deleted file mode 100644
index 38ba782..0000000
--- a/net/gpsd/patches/002-no_rpath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/SConstruct
-+++ b/SConstruct
-@@ -269,8 +269,6 @@ def installdir(dir, add_destdir=True):
- 
- # Honor the specified installation prefix in link paths.
- env.Prepend(LIBPATH=[installdir('libdir')])
--if env["shared"]:
--    env.Prepend(RPATH=[installdir('libdir')])
- 
- # Give deheader a way to set compiler flags
- if 'MORECFLAGS' in os.environ:
-- 
1.7.9.5

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to