From 16f9bbb2885c370ebe129d363b9a45749317b059 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 20 Jun 2013 10:15:40 +0200 Subject: [PATCH] gpsdate: Upgrade to a newer git version with improved init scripts --- 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 746611f..dbe6ca0 100644 --- a/recipes-extra/gpsdate/gpsdate_git.bb +++ b/recipes-extra/gpsdate/gpsdate_git.bb @@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "gpsd" RDEPENDS_${PN} = "libgps" -PR = "r7" +PR = "r8" SRC_URI = "git://git.sysmocom.de/gpsdate.git;branch=master \ " -SRCREV = "86320146407ecee208ca03428a7424412f272024" +SRCREV = "f07a52709feca7a7f75a3d637a6f1ad5df6e3fa4" S = "${WORKDIR}/git" INITSCRIPT_NAME = "gpsdate"