summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-pyrtc_git.bb (renamed from packages/python/python-pyrtc_svn.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/python/python-pyrtc_svn.bb b/packages/python/python-pyrtc_git.bb
index 60277a029d..e8532711af 100644
--- a/packages/python/python-pyrtc_svn.bb
+++ b/packages/python/python-pyrtc_git.bb
@@ -6,11 +6,11 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
LICENSE = "GPLv2"
SRCNAME = "pyrtc"
DEPENDS = "python-cython-native"
-PV = "1.0.0+svnr${SRCREV}"
+PV = "1.0.0+gitr${SRCREV}"
PR = "ml0"
-SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=${SRCNAME}"
-S = "${WORKDIR}/${SRCNAME}"
+SRC_URI = "git://git.freesmartphone.org/python-helpers.git;protocol=git;branch=master"
+S = "${WORKDIR}/git/${SRCNAME}"
inherit distutils