summaryrefslogtreecommitdiff
path: root/recipes-navigation/gpsd/gpsd_3.16.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-01-19 17:04:20 -0600
committerJohn Klug <john.klug@multitech.com>2017-01-19 17:04:20 -0600
commit3e06d43781d9622ee6114c45848de6ddc91bda6c (patch)
tree6267ddeab8a78f0f1b66c6280b6b4c3a400bcdb7 /recipes-navigation/gpsd/gpsd_3.16.bb
parent788210e026ffcc5e1dfa64448648f8865106cbf7 (diff)
downloadmeta-mlinux-3e06d43781d9622ee6114c45848de6ddc91bda6c.tar.gz
meta-mlinux-3e06d43781d9622ee6114c45848de6ddc91bda6c.tar.bz2
meta-mlinux-3e06d43781d9622ee6114c45848de6ddc91bda6c.zip
Leap second fix for U-Blox message UBX_NAV_TIMELS
Diffstat (limited to 'recipes-navigation/gpsd/gpsd_3.16.bb')
-rw-r--r--recipes-navigation/gpsd/gpsd_3.16.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-navigation/gpsd/gpsd_3.16.bb b/recipes-navigation/gpsd/gpsd_3.16.bb
index 7e573f8..52aa9a9 100644
--- a/recipes-navigation/gpsd/gpsd_3.16.bb
+++ b/recipes-navigation/gpsd/gpsd_3.16.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=d217a23f408e91c94359447735bc1800"
DEPENDS = "dbus dbus-glib ncurses python libusb1 chrpath-replacement-native pps-tools"
PROVIDES = "virtual/gpsd"
-PR="m1"
+PR="m2"
EXTRANATIVEPATH += "chrpath-native"
@@ -14,6 +14,7 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/${BPN}/${BP}.tar.gz \
file://0004-SConstruct-disable-html-and-man-docs-building-becaus.patch \
file://0001-include-sys-ttydefaults.h.patch \
file://0005-suppress-text-in-binary.patch \
+ file://0006-ubxtimelps.patch \
file://gpsd-default \
file://gpsd \
file://gpsd_ubx_fixed.sh \
@@ -58,6 +59,7 @@ EXTRA_OESCONS = " \
systemd='${SYSTEMD_OESCONS}' \
libdir='${libdir}' \
ublox='yes' \
+ ubloxtimels='yes' \
pps='yes' \
gpsd_group='gps' \
ntpshm='yes' \