* [Buildroot] [PATCH] gpsd: remove timing configuration option
@ 2012-07-24 20:03 spdawson at gmail.com
2012-07-24 20:48 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: spdawson at gmail.com @ 2012-07-24 20:03 UTC (permalink / raw)
To: buildroot
From: Simon Dawson <spdawson@gmail.com>
When gpsd is built with RECONFIGURE_ENABLE disabled, the min_cycle field
of the gps_type_t field does not exist, but the code still uses it if
TIMING_ENABLE is enabled.
This can be seen in the following test build failure.
http://autobuild.buildroot.org/results/dd01fa0220bfd3a8aabcc85d89d624afeeda757b/build-end.log
This patch removes the configuration option that, ultimately, drives
TIMING_ENABLE.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
package/gpsd/Config.in | 3 ---
package/gpsd/gpsd.mk | 3 ---
2 files changed, 6 deletions(-)
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in
index db6bec2..8643492 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"
diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk
index dd15386..3a2697f 100644
--- a/package/gpsd/gpsd.mk
+++ b/package/gpsd/gpsd.mk
@@ -175,9 +175,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
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] gpsd: remove timing configuration option
2012-07-24 20:03 [Buildroot] [PATCH] gpsd: remove timing configuration option spdawson at gmail.com
@ 2012-07-24 20:48 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2012-07-24 20:48 UTC (permalink / raw)
To: buildroot
Le Tue, 24 Jul 2012 21:03:59 +0100,
spdawson at gmail.com a ?crit :
> From: Simon Dawson <spdawson@gmail.com>
>
> When gpsd is built with RECONFIGURE_ENABLE disabled, the min_cycle
> field of the gps_type_t field does not exist, but the code still uses
> it if TIMING_ENABLE is enabled.
>
> This can be seen in the following test build failure.
>
> http://autobuild.buildroot.org/results/dd01fa0220bfd3a8aabcc85d89d624afeeda757b/build-end.log
>
> This patch removes the configuration option that, ultimately, drives
> TIMING_ENABLE.
>
> Signed-off-by: Simon Dawson <spdawson@gmail.com>
Oops, sorry, I had done and applied a similar in the mean time.
Thanks!
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-24 20:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24 20:03 [Buildroot] [PATCH] gpsd: remove timing configuration option spdawson at gmail.com
2012-07-24 20:48 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox