diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-12 12:00:16 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-12 12:00:16 +0000 |
commit | 7d22dec72b5d6a744038c2f7409071b9bc32dfb4 (patch) | |
tree | c41b915b724bdc438b48dd0c4bcb2b925b1cb01d /conf | |
parent | ce848328aa4730b8c4b9f570ae4714bbbe515f48 (diff) |
conf/bitbake.conf: Update default SOURCEFORGE_MIRROR to benefit from recently introduced, better mirroring
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index b06e2bb3d4..c9b25f7c9e 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -319,7 +319,7 @@ export palmqtdir = "/opt/QtPalmtop" GNU_MIRROR = "ftp://ftp.gnu.org/gnu" DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool" -SOURCEFORGE_MIRROR = "http://heanet.dl.sourceforge.net/sourceforge" +SOURCEFORGE_MIRROR = "http://downloads.sourceforge.net" GPE_MIRROR = "http://gpe.linuxtogo.org/download/source" GPE_SVN = "svn://projects.linuxtogo.org/svn/gpe/trunk/base;module=${PN}" XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" |