All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/gpsd: remove obsolete config option
@ 2022-09-17  9:55 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2022-09-17  9:55 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=a99f1ee0f68035530247b3dfc1c054eb23549403
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The oldstyle option has been removed a while ago now:
    2015-02-22 a5a123b4f3b0 Feature removal - delete last remnants of
                            old pre-JSON protocol from libgps.

Drop it from Buildroot now.

Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 Config.in.legacy       | 6 ++++++
 package/gpsd/Config.in | 3 ---
 package/gpsd/gpsd.mk   | 3 ---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Config.in.legacy b/Config.in.legacy
index 3a7c49e339..631b31689b 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,6 +146,12 @@ endif
 
 comment "Legacy options removed in 2022.11"
 
+config BR2_PACKAGE_GPSD_OLDSTYLE
+	bool "gpsd oldstyle removed"
+	select BR2_LEGACY
+	help
+	  gpsd oldstyle option has been removed by upstream in 2015.
+
 config BR2_GDB_VERSION_9_2
 	bool "gdb 9.2 removed"
 	help
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in
index b66d0952dd..126a907aa2 100644
--- a/package/gpsd/Config.in
+++ b/package/gpsd/Config.in
@@ -31,9 +31,6 @@ comment "Features"
 config BR2_PACKAGE_GPSD_CLIENT_DEBUG
 	bool "client debugging support"
 
-config BR2_PACKAGE_GPSD_OLDSTYLE
-	bool "oldstyle (pre-JSON) protocol support"
-
 config BR2_PACKAGE_GPSD_PROFILING
 	bool "profiling support"
 	depends on BR2_TOOLCHAIN_USES_GLIBC
diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk
index 4388b7e24d..dec2371f68 100644
--- a/package/gpsd/gpsd.mk
+++ b/package/gpsd/gpsd.mk
@@ -168,9 +168,6 @@ endif
 ifeq ($(BR2_PACKAGE_GPSD_SQUELCH),y)
 GPSD_SCONS_OPTS += squelch=yes
 endif
-ifneq ($(BR2_PACKAGE_GPSD_OLDSTYLE),y)
-GPSD_SCONS_OPTS += oldstyle=no
-endif
 ifeq ($(BR2_PACKAGE_GPSD_PROFILING),y)
 GPSD_SCONS_OPTS += profiling=yes
 endif
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-17  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17  9:55 [Buildroot] [git commit] package/gpsd: remove obsolete config option Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.