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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f52727e22d
commit
c4cb627010
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user