diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-24 22:18:18 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-24 22:18:18 +0200 |
commit | c4cb627010545343e425396c90dd62639516274d (patch) | |
tree | f9086ece11c9b3a9a2a09da31626517063a936cd /package/gpsd/Config.in | |
parent | f52727e22d2b7e20cb5771ef8961d37ff2a25937 (diff) |
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>
Diffstat (limited to 'package/gpsd/Config.in')
-rw-r--r-- | package/gpsd/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in index db6bec2d7..8643492fb 100644 --- a/package/gpsd/Config.in +++ b/package/gpsd/Config.in @@ -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" |