[oe] [PATCH] Correcting APACHE mirror location for APR recipes.

Sean_Hudson at Dell.com Sean_Hudson at Dell.com
Mon Jul 12 22:31:10 UTC 2010


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


diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 12a5522..71c7273 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -533,7 +533,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"







More information about the Openembedded-devel mailing list