summaryrefslogtreecommitdiff
path: root/package/gpsd
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2013-11-23 11:35:25 +0000
committerPeter Korsgaard <peter@korsgaard.com>2013-11-24 20:05:07 +0100
commit07e502689fb78e55732fe0ad9b725a9dd4363804 (patch)
treecf0563c3a8e6ac47ad8a1ce31286b5a4323271d9 /package/gpsd
parent85ccc07b7427b54c20ed39264c9995279b0ff1d7 (diff)
gpsd: bump version to 3.10
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gpsd')
-rw-r--r--package/gpsd/gpsd-02-sconstruct-disable-rpath.patch15
-rw-r--r--package/gpsd/gpsd.mk2
2 files changed, 8 insertions, 9 deletions
diff --git a/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch b/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch
index 5476450e4..eca3cbfb0 100644
--- a/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch
+++ b/package/gpsd/gpsd-02-sconstruct-disable-rpath.patch
@@ -2,14 +2,13 @@ Disable addition of RPATH to the generated libraries
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Index: b/SConstruct
-===================================================================
---- a/SConstruct
-+++ b/SConstruct
-@@ -273,8 +273,6 @@
- env.Prepend(LIBPATH=[installdir('libdir')])
- else:
- env.Prepend(LIBPATH=[env["sysroot"] + installdir('libdir')])
+diff -Nurp a/SConstruct b/SConstruct
+--- a/SConstruct 2013-11-22 13:10:01.000000000 +0000
++++ b/SConstruct 2013-11-23 11:26:57.698486777 +0000
+@@ -287,8 +287,6 @@ def installdir(dir, add_destdir=True):
+ # Honor the specified installation prefix in link paths.
+ if env["sysroot"]:
+ env.Prepend(LIBPATH=[env["sysroot"] + installdir('libdir', add_destdir=False)])
-if env["shared"]:
- env.Prepend(RPATH=[installdir('libdir')])
diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk
index be2e681c4..92db00edb 100644
--- a/package/gpsd/gpsd.mk
+++ b/package/gpsd/gpsd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GPSD_VERSION = 3.9
+GPSD_VERSION = 3.10
GPSD_SITE = http://download-mirror.savannah.gnu.org/releases/gpsd/
GPSD_LICENSE = BSD-3c
GPSD_LICENSE_FILES = COPYING