aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freesmartphone/gsmd2_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-09-24 08:32:17 +0000
committerKoen Kooi <koen@openembedded.org>2008-09-24 08:32:17 +0000
commitcd3b199b78c6fcfaf1adfc79b552252b98db5dbf (patch)
tree5a916f259e60f8caab579939aec438f1da1dfcd9 /packages/freesmartphone/gsmd2_git.bb
parente49bf92a7d859ee09be201a9c53ee67aefe6e719 (diff)
downloadopenembedded-cd3b199b78c6fcfaf1adfc79b552252b98db5dbf.tar.gz
freesmartphone: add an extra counter in front of SRCREV so that package upgrade actually work
Diffstat (limited to 'packages/freesmartphone/gsmd2_git.bb')
-rw-r--r--packages/freesmartphone/gsmd2_git.bb2
1 files changed, 1 insertions, 1 deletions
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"