gpsd: Add a default for the sysmobts 2050 device

There is a trimble GPS on this device
This commit is contained in:
Holger Hans Peter Freyther 2014-07-25 11:14:30 +02:00
parent 35ede1bbb3
commit 1872d0a488
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# If you must specify a non-NMEA driver, uncomment and modify the next line
GPSD_SOCKET="/var/run/gpsd.sock"
GPSD_OPTIONS=""
GPS_DEVICES="/dev/ttyS2"

View File

@ -6,7 +6,7 @@ DEPENDS = "ncurses python"
#DEPENDS = "ncurses libusb1 python"
PROVIDES = "virtual/gpsd"
PR = "r3.13"
PR = "r3.14"
SRC_URI = "http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz \
file://0002-SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch \