From 3f228b8e6eb43f4519c4d0f1308a740343159fb9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 20 Jun 2013 10:44:06 +0200 Subject: [PATCH] gpsdate: Use SRCPV in the PV and bump the PE Follow the Poky conventions and use SRCPV for the git package. Bump the PR because otherwise the package is not upgradable. --- recipes-extra/gpsdate/gpsdate_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-extra/gpsdate/gpsdate_git.bb b/recipes-extra/gpsdate/gpsdate_git.bb index dbe6ca0..8354f47 100644 --- a/recipes-extra/gpsdate/gpsdate_git.bb +++ b/recipes-extra/gpsdate/gpsdate_git.bb @@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "gpsd" RDEPENDS_${PN} = "libgps" +PE = "1" PR = "r8" +PV = "0.1+git${SRCPV}" SRC_URI = "git://git.sysmocom.de/gpsdate.git;branch=master \ "