[oe-commits] Alexander Kanavin : guilt-native: set PV in the recipe to allow upstream version check

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 06:35:19 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 0b04ee92f4847826f4670fb2d7960925cc04fa7e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0b04ee92f4847826f4670fb2d7960925cc04fa7e

Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Date:   Mon Jul 27 19:36:54 2015 +0300

guilt-native: set PV in the recipe to allow upstream version check

Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 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 dfb3378..b63c68c 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"



More information about the Openembedded-commits mailing list