From b4e5eceeab1d65c3e094948f004629d9922c28d3 Mon Sep 17 00:00:00 2001 From: acinonyx Date: Thu, 12 Jul 2012 18:33:45 +0000 Subject: [PATCH] [packages] gpsd: Bump to v3.7 git-svn-id: svn://svn.openwrt.org/openwrt/packages@32688 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 47dd2792a..ca4983ad6 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 b88171bb0..000000000 --- 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 38ba782b5..000000000 --- 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: