From 46b92da9a732f49db583c13554aeedf8f02516c0 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 29 Mar 2011 12:41:00 +0200 Subject: classes/mirrors.bbclass: add mirror for download.osgeo.org The host download.osgeo.org is not reachable from some network/country because of some routing issue, and this makes the do_fetch task of the tiff recipe to fail. Add a reachable mirror for it, so that libtiff can build fine. Signed-off-by: Antonio Ospite Acked-by: Phil Blundell --- classes/mirrors.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/mirrors.bbclass') diff --git a/classes/mirrors.bbclass b/classes/mirrors.bbclass index 71ee5f63bf..bb1f7cb34e 100644 --- a/classes/mirrors.bbclass +++ b/classes/mirrors.bbclass @@ -52,6 +52,7 @@ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://gd.tuwien.ac.at/utils/adm ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://sunsite.ualberta.ca/pub/Mirror/lsof/ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ ftp://the.wiretapped.net/pub/security/host-security/lsof/ http://www.apache.org/dist http://archive.apache.org/dist +http://download.osgeo.org/ http://download2.osgeo.org/ ftp://.*/.* http://mirrors.openembedded.org/ https?$://.*/.* http://mirrors.openembedded.org/ ftp://.*/.* http://sources.openembedded.org/ -- cgit 1.2.3-korg