From: Alexander Kanavin Date: Mon, 27 Jul 2015 16:36:54 +0000 (+0300) Subject: guilt-native: set PV in the recipe to allow upstream version check X-Git-Tag: 2015-10~1004 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0b04ee92f4847826f4670fb2d7960925cc04fa7e;p=openembedded-core.git guilt-native: set PV in the recipe to allow upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/guilt/guilt-native_git.bb b/meta/recipes-devtools/guilt/guilt-native_git.bb index dfb3378dd9..b63c68c4d8 100644 --- a/meta/recipes-devtools/guilt/guilt-native_git.bb +++ b/meta/recipes-devtools/guilt/guilt-native_git.bb @@ -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"