From e91823501707a85abe67f9da9c3d551847f3b2ca Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 13 Apr 2010 13:05:01 +0200 Subject: recipes: use SRCPV in few more git recipes * sometimes without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before * please bump PE if you're using one of those and you need to increment PV, otherwise it will be "corrected" with next PV bump Signed-off-by: Martin Jansa --- recipes/blipomoko/blipomoko_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/blipomoko') diff --git a/recipes/blipomoko/blipomoko_git.bb b/recipes/blipomoko/blipomoko_git.bb index 2c7d582a7d..ec576668fe 100644 --- a/recipes/blipomoko/blipomoko_git.bb +++ b/recipes/blipomoko/blipomoko_git.bb @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/dos1/blipomoko.git;protocol=http" S = "${WORKDIR}/git" SRCREV = "93295f36f7b45c691df247cb2a65227facf13654" -PV = "0.0+gitr${SRCREV}" +PV = "0.0+gitr${SRCPV}" PR = "r0" inherit distutils -- cgit 1.2.3-korg