From 17758a0de8e3b003a459fa031b8817bf54d601fa Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 1 Aug 2016 14:01:23 +0200 Subject: [PATCH] update gpsdate to fixed init script revision ... using variables from /etc/default/gpsdate not only in systemd service file, but also init script. --- recipes-extra/gpsdate/gpsdate_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extra/gpsdate/gpsdate_git.bb b/recipes-extra/gpsdate/gpsdate_git.bb index 753d9ba..c880218 100644 --- a/recipes-extra/gpsdate/gpsdate_git.bb +++ b/recipes-extra/gpsdate/gpsdate_git.bb @@ -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"