aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/libgsm0710_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-13 12:57:05 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-19 01:27:51 +0200
commit84bf98dc6876ef6be8a4ee3744924e922253b53e (patch)
tree2306f1cf3134bed51f174898f351ca016fbf216b /recipes/freesmartphone/libgsm0710_git.bb
parent3b9194258ef3554d57c6fd40c8c6a73428ac3010 (diff)
downloadopenembedded-84bf98dc6876ef6be8a4ee3744924e922253b53e.tar.gz
freesmartphone: use SRCPV in git recipes
* with PE bump * FSO people usually use fso-autorev.inc already, so this change won't change PV scheme Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/libgsm0710_git.bb')
-rw-r--r--recipes/freesmartphone/libgsm0710_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/libgsm0710_git.bb b/recipes/freesmartphone/libgsm0710_git.bb
index ab1f81d0ef..6b78c9f922 100644
--- a/recipes/freesmartphone/libgsm0710_git.bb
+++ b/recipes/freesmartphone/libgsm0710_git.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "A GSM 07.10 Protocol Engine"
LICENSE = "GPL"
SECTION = "devel"
SRCREV = "52eea64bdbb79c09002b46e98a5e656509884f72"
-PV = "1.2.0+gitr${SRCREV}"
+PV = "1.2.0+gitr${SRCPV}"
+PE = "1"
PR = "r0"
SRC_URI = "${FREESMARTPHONE_GIT}/libgsm0710.git;protocol=git;branch=master"