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 | |
parent | e49bf92a7d859ee09be201a9c53ee67aefe6e719 (diff) |
freesmartphone: add an extra counter in front of SRCREV so that package upgrade actually work
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/frameworkd_git.bb | 2 | ||||
-rw-r--r-- | packages/freesmartphone/gsm0710muxd_git.bb | 2 | ||||
-rw-r--r-- | packages/freesmartphone/gsmd2_git.bb | 2 | ||||
-rw-r--r-- | packages/freesmartphone/illume-theme-freesmartphone_git.bb | 2 | ||||
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 0532166748..7523f6bfc7 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -4,7 +4,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de> et. al." SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" -PV = "0.8.2+gitr${SRCREV}" +PV = "0.8.2+${PR}-gitr${SRCREV}" PR = "r0" inherit distutils update-rc.d diff --git a/packages/freesmartphone/gsm0710muxd_git.bb b/packages/freesmartphone/gsm0710muxd_git.bb index d5e9bd0672..0c146079d0 100644 --- a/packages/freesmartphone/gsm0710muxd_git.bb +++ b/packages/freesmartphone/gsm0710muxd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "dbus dbus-glib" RDEPENDS = "dbus dbus-glib" LICENSE = "GPL" -PV = "0.9.1+gitr${SRCREV}" +PV = "0.9.1+${PR}-gitr${SRCREV}" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/gsm0710muxd.git;protocol=git;branch=master" diff --git a/packages/freesmartphone/gsmd2_git.bb b/packages/freesmartphone/gsmd2_git.bb index 6c327ede30..0432927d16 100644 --- a/packages/freesmartphone/gsmd2_git.bb +++ b/packages/freesmartphone/gsmd2_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "dbus dbus-glib" RDEPENDS = "gsm0710muxd" LICENSE = "GPL" -PV = "0.1.0+gitr${SRCREV}" +PV = "0.1.0+${PR}-gitr${SRCREV}" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/gsmd2.git;protocol=git;branch=master" 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" diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb index 55b56c8e26..e5c16fabad 100644 --- a/packages/freesmartphone/zhone_git.bb +++ b/packages/freesmartphone/zhone_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" SECTION = "x11" DEPENDS = "edje-native python-pyrex-native python-cython-native" RDEPENDS = "task-python-efl python-textutils python-dbus python-pycairo" -PV = "0.0.0+gitr${SRCREV}" +PV = "0.0.0+${PR}-gitr${SRCREV}" PR = "r8" SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \ |