* [Buildroot] [PATCH] gpsd: PPS feature depends on NTPSHM feature
@ 2012-07-30 7:22 spdawson at gmail.com
2012-07-30 17:17 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: spdawson at gmail.com @ 2012-07-30 7:22 UTC (permalink / raw)
To: buildroot
From: Simon Dawson <spdawson@gmail.com>
The PPS feature of gpsd depends on the NTP shared memory time hinting feature.
This patch caused the NTPSHM feature to be enabled whenever the PPS feature
is enabled. This should fix build failures such as the following.
http://autobuild.buildroot.net/results/e58a9a9f884acb6834a8afe4a8a3d056dc509359/build-end.log
Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
package/gpsd/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in
index 8643492..a11c553 100644
--- a/package/gpsd/Config.in
+++ b/package/gpsd/Config.in
@@ -38,6 +38,7 @@ config BR2_PACKAGE_GPSD_NTP_SHM
config BR2_PACKAGE_GPSD_PPS
bool "PPS time syncing support"
+ select BR2_PACKAGE_GPSD_NTP_SHM
config BR2_PACKAGE_GPSD_USER
bool "GPSD privilege revocation user"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-30 17:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-30 7:22 [Buildroot] [PATCH] gpsd: PPS feature depends on NTPSHM feature spdawson at gmail.com
2012-07-30 17:17 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox