diff options
| author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-05-05 19:11:03 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-05-05 19:11:03 +0000 |
| commit | 66af3461a3fdf3eb7ceb76bb2a04e66be8283b8c (patch) | |
| tree | 78f52aa29ac0f42c4aea59a4da6e8dab0c701ca4 /packages/python | |
| parent | 9a1d156623f21d1f66c4314230056c8499d556f5 (diff) | |
| parent | 50468ef124004fb33fa463842b2042de16082159 (diff) | |
merge of '2de318fc2a95854259cdc31038f89dae83fb0121'
and 'f94c84daf04e33f569fffdd3b60be112b594c750'
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 |
