[packages] gpsd: Bump to v3.7

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32688 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2012-07-12 18:33:45 +00:00
parent 6099237c37
commit b4e5eceeab
3 changed files with 2 additions and 23 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: