diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-15 19:32:53 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-15 19:59:55 +0100 |
commit | 588e21b7a62a44b1c6aeb2310e14838a9b7135fd (patch) | |
tree | cc072796da8b77535409459f851a0e61d4ede10e /recipes/shr/e-wm-theme-illume-sixteen_git.bb | |
parent | af10e8c2d17713bc3e31ad466a3a46116dfc3cfa (diff) |
shr recipes: switch SRCREV->SRCPV, without PE bump
* as shr recipes weren't complete in oe.dev before, so if there was
someone already building those before, please rebuild them
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr/e-wm-theme-illume-sixteen_git.bb')
-rw-r--r-- | recipes/shr/e-wm-theme-illume-sixteen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/e-wm-theme-illume-sixteen_git.bb b/recipes/shr/e-wm-theme-illume-sixteen_git.bb index 5c3d65825e..f164f0fc24 100644 --- a/recipes/shr/e-wm-theme-illume-sixteen_git.bb +++ b/recipes/shr/e-wm-theme-illume-sixteen_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "illume SHR theme" SECTION = "e/utils" DEPENDS = "edje-native" LICENSE = "MIT BSD" -PV = "0.1-${EFL_SRCREV}-gitr${SRCREV}" +PV = "0.1-${EFL_SRCREV}+gitr${SRCPV}" PR = "r0" SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master" |