diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-24 08:32:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-24 08:32:17 +0000 |
commit | cd3b199b78c6fcfaf1adfc79b552252b98db5dbf (patch) | |
tree | 5a916f259e60f8caab579939aec438f1da1dfcd9 /packages/freesmartphone/illume-theme-freesmartphone_git.bb | |
parent | e49bf92a7d859ee09be201a9c53ee67aefe6e719 (diff) |
freesmartphone: add an extra counter in front of SRCREV so that package upgrade actually work
Diffstat (limited to 'packages/freesmartphone/illume-theme-freesmartphone_git.bb')
-rw-r--r-- | packages/freesmartphone/illume-theme-freesmartphone_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/freesmartphone/illume-theme-freesmartphone_git.bb b/packages/freesmartphone/illume-theme-freesmartphone_git.bb index 1ff193e87b..1e6306f624 100644 --- a/packages/freesmartphone/illume-theme-freesmartphone_git.bb +++ b/packages/freesmartphone/illume-theme-freesmartphone_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Illume theme for the freesmartphone.org project" HOMEPAGE = "http://illume.projects.openmoko.org/" LICENSE = "MIT/BSD" DEPENDS = "edje-native eet-native" -PV = "0.0+gitr${SRCREV}" +PV = "0.0+${PR}-gitr${SRCREV}" PR = "r2" SRC_URI = "${FREESMARTPHONE_GIT}/artwork.git;protocol=git;branch=master" |