All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Knight <james.knight@rockwellcollins.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/3] gpsd: correct explicit nmea 0183 support flag
Date: Thu,  5 Nov 2015 13:41:52 -0500	[thread overview]
Message-ID: <1446748914-12628-1-git-send-email-james.knight@rockwellcollins.com> (raw)

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 <james.knight@rockwellcollins.com>
---
Changes v1 -> v2:
  - None.
---
 package/gpsd/gpsd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/gpsd/gpsd.mk b/package/gpsd/gpsd.mk
index 2199e31..577b43c 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
-- 
1.9.5.msysgit.1

             reply	other threads:[~2015-11-05 18:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-05 18:41 James Knight [this message]
2015-11-05 18:41 ` [Buildroot] [PATCH v2 2/3] gpsd: cleanup udev rule permissions James Knight
2015-11-05 21:37   ` Thomas Petazzoni
2015-11-05 18:41 ` [Buildroot] [PATCH v2 3/3] gpsd: disable attempt to reload systemd James Knight
2015-11-05 21:39   ` Thomas Petazzoni
2015-11-06 16:07     ` James Knight
2015-11-05 21:00 ` [Buildroot] [PATCH v2 1/3] gpsd: correct explicit nmea 0183 support flag Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1446748914-12628-1-git-send-email-james.knight@rockwellcollins.com \
    --to=james.knight@rockwellcollins.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.