update gpsdate to fixed init script revision

... using variables from /etc/default/gpsdate not only in systemd
service file, but also init script.
This commit is contained in:
Harald Welte 2016-08-01 14:01:23 +02:00
parent 959ae40f34
commit 17758a0de8
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ DEPENDS = "gpsd"
RDEPENDS_${PN} = "libgps"
PE = "1"
PR = "r13"
PR = "r14"
PV = "0.2+git${SRCPV}"
SRC_URI = "git://git.sysmocom.de/gpsdate.git;branch=master \
file://gpsdate.default \
"
SRCREV = "8c0f608643504b14c42ecb0d436354fad3cc7929"
SRCREV = "81690ca78e816f86e0da11bbe8cba725fa1a634d"
S = "${WORKDIR}/git"
INITSCRIPT_NAME = "gpsdate"