aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyrtc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pyrtc_git.bb')
-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 af3bcfd5e4..8d3229e702 100644
--- a/recipes/python/python-pyrtc_git.bb
+++ b/recipes/python/python-pyrtc_git.bb
@@ -6,8 +6,9 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
LICENSE = "GPLv2"
SRCNAME = "pyrtc"
DEPENDS = "python-cython-native"
-PV = "1.0.0+gitr${SRCREV}"
+PV = "1.0.0+gitr${SRCPV}"
PR = "ml1"
+PE = "1"
SRC_URI = "git://git.freesmartphone.org/python-helpers.git;protocol=git;branch=master"
S = "${WORKDIR}/git/${SRCNAME}"