From: James Knight Date: Thu, 5 Nov 2015 18:41:52 +0000 (-0500) Subject: gpsd: correct explicit nmea 0183 support flag X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e125bab6a3a23214e8aafb226249d7cb9a6a1455;p=buildroot.git gpsd: correct explicit nmea 0183 support flag The following handles the GPSd SCons change for the explicit configuration of the NMEA 0183 protocol. The protocol configuration change was introduced in 3.12. Developer's who transitioned to Buildroot's GPSd 3.15 had NMEA 0183 implicitly enabled by default. This change allows NMEA 0183 to be explicitly disabled again. See: http://git.savannah.gnu.org/cgit/gpsd.git/commit/SConstruct?id=8f20d7b2d1ece8f3205ca038726c77daa5234c0c Signed-off-by: James Knight Signed-off-by: Thomas Petazzoni --- diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk index 2199e313e1..577b43cfcc 100644 --- a/package/gpsd/gpsd.mk +++ b/package/gpsd/gpsd.mk @@ -102,7 +102,7 @@ ifneq ($(BR2_PACKAGE_GPSD_MTK3301),y) GPSD_SCONS_OPTS += mtk3301=no endif ifneq ($(BR2_PACKAGE_GPSD_NMEA),y) -GPSD_SCONS_OPTS += nmea=no +GPSD_SCONS_OPTS += nmea0183=no endif ifneq ($(BR2_PACKAGE_GPSD_NTRIP),y) GPSD_SCONS_OPTS += ntrip=no