gpsd: PPS feature depends on NTPSHM feature
authorSimon Dawson <spdawson@gmail.com>
Mon, 30 Jul 2012 07:22:20 +0000 (08:22 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 30 Jul 2012 17:12:47 +0000 (19:12 +0200)
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gpsd/Config.in

index 8643492fb8daa77756a2b52a99922fb41b001e54..a11c553a400118bd5b3a9dc0a07d28f799f6ce78 100644 (file)
@@ -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"