aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-19 22:45:19 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-19 22:45:19 +0200
commitb61387a59d653eeab14131fe8c1bf666bdeacc07 (patch)
treed882639bf33af79d777bbb839eadfb9c2be09b69
parent7dbc2f89875f54ec3864cddcb25ec78dc5bec8cc (diff)
downloadopenembedded-b61387a59d653eeab14131fe8c1bf666bdeacc07.tar.gz
python-pyrtc: switch to SRCPV with PE bump
-rw-r--r--recipes/python/python-pyrtc_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/python/python-pyrtc_git.bb b/recipes/python/python-pyrtc_git.bb
index 9b51189bf2..789f0e2ecb 100644
--- a/recipes/python/python-pyrtc_git.bb
+++ b/recipes/python/python-pyrtc_git.bb
@@ -7,7 +7,8 @@ LICENSE = "GPLv2"
SRCNAME = "pyrtc"
DEPENDS = "python-cython-native"
SRCREV = "${FSO_PYTHONHELPERS_SRCREV}"
-PV = "1.0.0+gitr${SRCREV}"
+PV = "1.0.0+gitr${SRCPV}"
+PE = "1"
PR = "ml1"
SRC_URI = "git://git.freesmartphone.org/python-helpers.git;protocol=git;branch=master"