bitbake.conf: Correct APACHE mirror location for APR recipes.
authorSean_Hudson@Dell.com <Sean_Hudson@Dell.com>
Mon, 12 Jul 2010 12:31:10 +0000 (12:31 +0000)
committerKhem Raj <raj.khem@gmail.com>
Tue, 27 Jul 2010 19:24:30 +0000 (12:24 -0700)
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>
conf/bitbake.conf

index 8cb8187..d523519 100644 (file)
@@ -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"