From: Cliff Brake Date: Fri, 7 Jul 2006 21:32:26 +0000 (+0000) Subject: fix sourceforge cvs URL X-Git-Tag: Release-2010-05/1~9453^2~1296^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33f3c945aae200e7794049873a099fadd0f0b815;p=openembedded.git fix sourceforge cvs URL --- diff --git a/packages/python/python-pyro_3.4.bb b/packages/python/python-pyro_3.4.bb index a8ac4bb609..4509e9c07b 100644 --- a/packages/python/python-pyro_3.4.bb +++ b/packages/python/python-pyro_3.4.bb @@ -10,9 +10,9 @@ LICENSE = "MIT" RDEPENDS = "python-core python-crypt python-io python-lang python-math \ python-netserver python-pickle python-re python-shell python-stringold \ python-threading" -PR = "r1" +PR = "r2" -SRC_URI = "cvs://anonymous:@cvs.sourceforge.net/cvsroot/pyro;module=Pyro;method=pserver;tag=pyro3_4 \ +SRC_URI = "cvs://anonymous:@pyro.cvs.sourceforge.net/cvsroot/pyro;module=Pyro;method=pserver;tag=pyro3_4 \ file://pyro-unattended-install.patch;patch=1;pnum=0" S="${WORKDIR}/Pyro"