aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorSean_Hudson@Dell.com <Sean_Hudson@Dell.com>2010-07-12 12:31:10 +0000
committerKhem Raj <raj.khem@gmail.com>2010-07-27 12:24:30 -0700
commitcef13c59975fdbcd938156ed2f9c894e612d86f4 (patch)
treeb763c67823d09d9902e8e3e87e0c29d8b990b4b3 /conf/bitbake.conf
parentb47a00c4dfc1f34d2e772929f605fe308eeaf05a (diff)
downloadopenembedded-cef13c59975fdbcd938156ed2f9c894e612d86f4.tar.gz
bitbake.conf: Correct APACHE mirror location for APR recipes.
Hi all, We recently noticed that apr and apr-util recipes were not fetching correctly. It appears as though the APACHE_MIRROR variable in the bitbake.conf file. Below is a trivial patch to update the variable. Regards, Sean Signed-off-by: Sean Hudson <Sean_Hudson@Dell.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 8cb8187ef7..d523519080 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -528,7 +528,7 @@ export palmqtdir = "${palmtopdir}"
OE_STRICT_CHECKSUMS ?= "1"
ADOBE_MIRROR = "http://fpdownload.macromedia.com/get/flashplayer/current/"
-APACHE_MIRROR = "http://www.apache.org/dist"
+APACHE_MIRROR = "http://archive.apache.org/dist"
DEBIAN_MIRROR = "ftp://ftp.debian.org/debian/pool"
E_CVS = "cvs://anonymous@anoncvs.enlightenment.org/var/cvs/e"
E_URI = "http://enlightenment.freedesktop.org/files"