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/gpsd.mk | |
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/gpsd.mk')
-rw-r--r-- | package/gpsd/gpsd.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk index 7d1dbcdac..c5270bd2b 100644 --- a/package/gpsd/gpsd.mk +++ b/package/gpsd/gpsd.mk @@ -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 |