diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 13:01:13 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-19 01:28:01 +0200 |
commit | 70b9e83caba440a5b39dc6399487c437a5155736 (patch) | |
tree | 763079e4ad51726682d0d2520b2e0f18eeb7368e /recipes/shr/e-wm-config-illume2-shr_git.bb | |
parent | 84bf98dc6876ef6be8a4ee3744924e922253b53e (diff) |
shr recipes: use SRCPV in git recipes
* recipes probably used only in SHR distribution
* usually without PE bump, because nobody complained that we were
bumping SRCREV without PV changes and we were using SRCPV in our branch
before
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr/e-wm-config-illume2-shr_git.bb')
-rw-r--r-- | recipes/shr/e-wm-config-illume2-shr_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/e-wm-config-illume2-shr_git.bb b/recipes/shr/e-wm-config-illume2-shr_git.bb index bc9a3f7452..7f978eb97d 100644 --- a/recipes/shr/e-wm-config-illume2-shr_git.bb +++ b/recipes/shr/e-wm-config-illume2-shr_git.bb @@ -4,7 +4,7 @@ DEPENDS = "eet" LICENSE = "MIT BSD" RDEPENDS = "shr-e-gadgets" SRCREV = "1b6bd24e828455f56c26b2f5cbbf2d16838cace8" -PV = "1.2+gitr${SRCREV}" +PV = "1.2+gitr${SRCPV}" inherit e |