|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-GPSD_VERSION = 3.17
|
|
|
|
|
|
+GPSD_VERSION = 3.18
|
|
GPSD_SITE = http://download-mirror.savannah.gnu.org/releases/gpsd
|
|
GPSD_SITE = http://download-mirror.savannah.gnu.org/releases/gpsd
|
|
GPSD_LICENSE = BSD-3-Clause
|
|
GPSD_LICENSE = BSD-3-Clause
|
|
GPSD_LICENSE_FILES = COPYING
|
|
GPSD_LICENSE_FILES = COPYING
|
|
@@ -111,6 +111,9 @@ endif
|
|
ifneq ($(BR2_PACKAGE_GPSD_GPSCLOCK),y)
|
|
ifneq ($(BR2_PACKAGE_GPSD_GPSCLOCK),y)
|
|
GPSD_SCONS_OPTS += gpsclock=no
|
|
GPSD_SCONS_OPTS += gpsclock=no
|
|
endif
|
|
endif
|
|
|
|
+ifneq ($(BR2_PACKAGE_GPSD_GREIS),y)
|
|
|
|
+GPSD_SCONS_OPTS += greis=no
|
|
|
|
+endif
|
|
ifneq ($(BR2_PACKAGE_GPSD_ISYNC),y)
|
|
ifneq ($(BR2_PACKAGE_GPSD_ISYNC),y)
|
|
GPSD_SCONS_OPTS += isync=no
|
|
GPSD_SCONS_OPTS += isync=no
|
|
endif
|
|
endif
|