diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-24 22:36:25 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-09-24 22:36:25 +0200 |
commit | 8e38088ef1f7eb4f71f1f4e702b5e66e49c234ce (patch) | |
tree | 5a3ed5e1901faf0603cc7b73e9114107d6032d1e /recipes | |
parent | 055bf46e9d7ae20457ecae7a81bc21f9f29da44f (diff) |
numptyphysics_svn: changed proto=tthps to proto=http
it would not fetch without that
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/numptyphysics/numptyphysics_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/numptyphysics/numptyphysics_svn.bb b/recipes/numptyphysics/numptyphysics_svn.bb index 744cd96784..f997dbecf2 100644 --- a/recipes/numptyphysics/numptyphysics_svn.bb +++ b/recipes/numptyphysics/numptyphysics_svn.bb @@ -13,7 +13,7 @@ inherit autotools SRC_URI = "\ # Maemo garage is sadly only available with https. Can make you trouble while fetching without accepting the certificate. - svn://vcs.maemo.org/svn/${PN};module=trunk;proto=https \ + svn://vcs.maemo.org/svn/${PN};module=trunk;proto=http \ http://wwwpub.zih.tu-dresden.de/~mkluge/numptyphysics_setup.tgz \ file://replay_off.patch;striplevel=0 \ file://next.png \ |