diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 13:05:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-19 01:28:05 +0200 |
commit | e91823501707a85abe67f9da9c3d551847f3b2ca (patch) | |
tree | 2313a5e0f560ce77e963ec3c91d55215401790c7 /recipes/stopwatch/stopwatch_git.bb | |
parent | 70b9e83caba440a5b39dc6399487c437a5155736 (diff) |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/stopwatch/stopwatch_git.bb')
-rw-r--r-- | recipes/stopwatch/stopwatch_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/stopwatch/stopwatch_git.bb b/recipes/stopwatch/stopwatch_git.bb index 22b69f9a50..a74e631a2f 100644 --- a/recipes/stopwatch/stopwatch_git.bb +++ b/recipes/stopwatch/stopwatch_git.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://git.senfdax.de" LICENSE = "GPL QPL" DEFAULT_PREFERRENCE = "-1" SRCREV = "89644b91e02151fc72989755f20c1ffb144ef5e2" -PV = "1.3.1+gitr${SRCREV}" +PV = "1.3.1+gitr${SRCPV}" PR = "r0" inherit qt4x11 |