From 57863a435be0f3614d1e95ebe69f322269f2e0a2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 14 Oct 2013 10:42:34 +0200 Subject: [PATCH] update gpsdate to a version that re-connects on gpsd exit --- 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 1c0708a..ab2eea4 100644 --- a/recipes-extra/gpsdate/gpsdate_git.bb +++ b/recipes-extra/gpsdate/gpsdate_git.bb @@ -6,12 +6,12 @@ DEPENDS = "gpsd" RDEPENDS_${PN} = "libgps" PE = "1" -PR = "r8" +PR = "r9" PV = "0.1+git${SRCPV}" SRC_URI = "git://git.sysmocom.de/gpsdate.git;branch=master \ " -SRCREV = "0db898e4b8870ecc8e703ca3b6cafb6281077188" +SRCREV = "c77a9b3342af3f15142162655268d1e55ca598f1" S = "${WORKDIR}/git" INITSCRIPT_NAME = "gpsdate"