[Buildroot] [git commit branch/2019.11.x] package/gpsd: remove bogus select of BR2_PACKAGE_GPSD_NTP_SHM

Peter Korsgaard peter at korsgaard.com
Mon Dec 23 08:29:05 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=72388d42d7800be03e2f5626a84a5444e281e6e0
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.11.x

In commit 57f85e52a7b29363e76735930bc1bb51a38718ac ("package/gpsd:
unconditionally enable NTP time hinting support"), the option
BR2_PACKAGE_GPSD_NTP_SHM was removed, because NTP time hinting support
is now enabled unconditionally.

However, in one place, a select of this option was kept, which is
obviously no longer needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit c727b23cdf223eb88d9ebaba828308689b6cd182)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/gpsd/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in
index 22f7e6e1d9..ea0dea3ba6 100644
--- a/package/gpsd/Config.in
+++ b/package/gpsd/Config.in
@@ -46,7 +46,6 @@ comment "profiling support not available with uClibc-based toolchain"
 
 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"


More information about the buildroot mailing list