]> code.ossystems Code Review - openembedded-core.git/commitdiff
guilt-native: set PV in the recipe to allow upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 27 Jul 2015 16:36:54 +0000 (19:36 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 14:35:36 +0000 (15:35 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/guilt/guilt-native_git.bb

index dfb3378dd932bd25e0622e15315fd7aeee4bcfd6..b63c68c4d839d84182d679a000d3f9ee9aa23128 100644 (file)
@@ -8,7 +8,7 @@ inherit native
 SRC_URI = "git://repo.or.cz/guilt.git \
            file://guilt-bash.patch \
            "
-
+PV = "0.35+git${SRCPV}"
 SRCREV = "c2a5bae511c6d5354aa4e1cb59069c31df2b8eeb"
 
 S = "${WORKDIR}/git"