From: Antonio Ospite Date: Thu, 25 Mar 2010 12:52:33 +0000 (+0000) Subject: numptyphysics: update SRC_URI X-Git-Tag: Release-2010-05/1~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b15bc76bf22ef0f8da5d752d187fa6395bbbcf;p=openembedded.git numptyphysics: update SRC_URI The old SRC_URI doesn't work anymore, use vcs.maemo.org instead of garage.maemo.org as stated on https://garage.maemo.org/scm/?group_id=638 Signed-off-by: Antonio Ospite Acked-by: Stefan Schmidt --- diff --git a/recipes/numptyphysics/numptyphysics_svn.bb b/recipes/numptyphysics/numptyphysics_svn.bb index dec9cf14db..66bed53241 100644 --- a/recipes/numptyphysics/numptyphysics_svn.bb +++ b/recipes/numptyphysics/numptyphysics_svn.bb @@ -7,13 +7,13 @@ HOMEPAGE = "http://numptyphysics.garage.maemo.org/" SECTION = "x11/games" SRCREV = "109" PV = "0.2+svnr${SRCPV}" -PR = "r1" +PR = "r2" inherit autotools SRC_URI = "\ # Maemo garage is sadly only available with https. Can make you trouble while fetching without accepting the certificate. - svn://garage.maemo.org/svn/${PN};module=trunk;proto=https \ + svn://vcs.maemo.org/svn/${PN};module=trunk;proto=https \ http://wwwpub.zih.tu-dresden.de/~mkluge/numptyphysics_setup.tgz \ file://replay_off.patch;patch=1;pnum=0 \ file://next.png \