From 0c799876415af168900469b39b31b6f8e2ccc6c9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 12 May 2013 12:00:02 +0200 Subject: [PATCH] gpsdate: Update to current git master (includes init script) --- recipes-extra/gpsdate/gpsdate_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-extra/gpsdate/gpsdate_git.bb b/recipes-extra/gpsdate/gpsdate_git.bb index c7d52d3..39a06db 100644 --- a/recipes-extra/gpsdate/gpsdate_git.bb +++ b/recipes-extra/gpsdate/gpsdate_git.bb @@ -5,16 +5,18 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "gpsd" RDEPENDS = "libgps" -PR = "r4" +PR = "r6" SRC_URI = "git://git.sysmocom.de/gpsdate.git;branch=master \ " -SRCREV = "58e3cdeb19be929c0d18c34734fc1c031698e7f9" +SRCREV = "86320146407ecee208ca03428a7424412f272024" S = ${WORKDIR}/git INITSCRIPT_NAME = "gpsdate" INITSCRIPT_PARAMS = "defaults 35" +inherit update-rc.d + do_install() { install -d ${D}/${sbindir} install -m 0755 ${S}/gpsdate ${D}/${sbindir}/gpsdate