Commit c4cb6270 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

gpsd: remove option to enable latency measurement capabilities



It currently fails to build with:

libgpsd_core.c: In function 'gpsd_poll':
libgpsd_core.c:881: error: 'const struct gps_type_t' has no member named 'min_cycle'
libgpsd_core.c:884: error: 'const struct gps_type_t' has no member named 'min_cycle'

and is probably not a very important feature for normal users of gpsd.

The build problem has been reported to the gpsd-users mailing list.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent f52727e2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -20,9 +20,6 @@ config BR2_PACKAGE_GPSD_DEVICES
menu "Features"
	depends on BR2_PACKAGE_GPSD

config BR2_PACKAGE_GPSD_TIMING
	bool "latency timing support"

config BR2_PACKAGE_GPSD_CLIENT_DEBUG
	bool "client debugging support"

+0 −3
Original line number Diff line number Diff line
@@ -176,9 +176,6 @@ endif
ifeq ($(BR2_PACKAGE_GPSD_PROFILING),y)
	GPSD_SCONS_OPTS += profiling=yes
endif
ifeq ($(BR2_PACKAGE_GPSD_TIMING),y)
	GPSD_SCONS_OPTS += timing=yes
endif
ifneq ($(BR2_PACKAGE_GPSD_CLIENT_DEBUG),y)
	GPSD_SCONS_OPTS += clientdebug=no
endif