From 0b04ee92f4847826f4670fb2d7960925cc04fa7e Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 27 Jul 2015 19:36:54 +0300 Subject: guilt-native: set PV in the recipe to allow upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-devtools/guilt/guilt-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg