summaryrefslogtreecommitdiff
path: root/recipes-navigation
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-09-13 04:03:53 -0500
committerJohn Klug <john.klug@multitech.com>2021-09-13 04:20:26 -0500
commita6cdadf7e033b59f17613e17dea46d411b14f5dd (patch)
tree2e1c4809235cb19f5ff62fe05bda6075da1f4ee5 /recipes-navigation
parente782a8f8c8c864d0cf4ea6ebeabf986caa660b7a (diff)
downloadmeta-mlinux-a6cdadf7e033b59f17613e17dea46d411b14f5dd.tar.gz
meta-mlinux-a6cdadf7e033b59f17613e17dea46d411b14f5dd.tar.bz2
meta-mlinux-a6cdadf7e033b59f17613e17dea46d411b14f5dd.zip
Remove gpsd warnings
Diffstat (limited to 'recipes-navigation')
-rw-r--r--recipes-navigation/gpsd/gpsd/gpsd-default2
-rw-r--r--recipes-navigation/gpsd/gpsd_3.20.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-navigation/gpsd/gpsd/gpsd-default b/recipes-navigation/gpsd/gpsd/gpsd-default
index edd7b08..a3245a3 100644
--- a/recipes-navigation/gpsd/gpsd/gpsd-default
+++ b/recipes-navigation/gpsd/gpsd/gpsd-default
@@ -3,7 +3,7 @@ ENABLED="yes"
# GPSD control socket for sending GPSD commands.
# GPSD_SOCKET="/var/run/gpsd.sock"
-GPSD_OPTIONS="-n -D 1"
+GPSD_OPTIONS="-n -D 0"
# Conduit 0.1 GPS devices
GPS_LINE=/dev/gps0
diff --git a/recipes-navigation/gpsd/gpsd_3.20.bb b/recipes-navigation/gpsd/gpsd_3.20.bb
index e04df0f..eeaf0a3 100644
--- a/recipes-navigation/gpsd/gpsd_3.20.bb
+++ b/recipes-navigation/gpsd/gpsd_3.20.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=01764c35ae34d9521944bb6ab312af53"
DEPENDS = "dbus dbus-glib ncurses python3 libusb1 chrpath-replacement-native pps-tools"
PROVIDES = "virtual/gpsd"
-PR="m9"
+PR="m10"
EXTRANATIVEPATH += "chrpath-native"