]> Git Repo - buildroot-mgba.git/commit
gpsd: remove option to enable latency measurement capabilities
authorThomas Petazzoni <[email protected]>
Tue, 24 Jul 2012 20:18:18 +0000 (22:18 +0200)
committerThomas Petazzoni <[email protected]>
Tue, 24 Jul 2012 20:18:18 +0000 (22:18 +0200)
commitc4cb627010545343e425396c90dd62639516274d
treef9086ece11c9b3a9a2a09da31626517063a936cd
parentf52727e22d2b7e20cb5771ef8961d37ff2a25937
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 <[email protected]>
package/gpsd/Config.in
package/gpsd/gpsd.mk
This page took 0.033131 seconds and 4 git commands to generate.