[oe-commits] : freesmartphone: add an extra counter in front of SRCREV so that package upgrade actually work

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Sep 24 08:59:47 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 9f517b2d3c866a7fc90f038bf5a7e11ab43fcc0f
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=9f517b2d3c866a7fc90f038bf5a7e11ab43fcc0f

Author:  <koen at openembedded.org>
Date:   Wed Sep 24 08:32:17 2008 +0000

freesmartphone: add an extra counter in front of SRCREV so that package upgrade actually work

---

 packages/freesmartphone/frameworkd_git.bb          |    2 +-
 packages/freesmartphone/gsm0710muxd_git.bb         |    2 +-
 packages/freesmartphone/gsmd2_git.bb               |    2 +-
 .../illume-theme-freesmartphone_git.bb             |    2 +-
 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 0532166..7523f6b 100644
--- a/packages/freesmartphone/frameworkd_git.bb
+++ b/packages/freesmartphone/frameworkd_git.bb
@@ -4,7 +4,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer at 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 d5e9bd0..0c14607 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 6c327ed..0432927 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 1ff193e..1e6306f 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 55b56c8..e5c16fa 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 \





More information about the Openembedded-commits mailing list