[oe-commits] Sean_Hudson at Dell.com : bitbake.conf: Correct APACHE mirror location for APR recipes.

git version control git at git.openembedded.org
Tue Jul 27 20:28:39 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cef13c59975fdbcd938156ed2f9c894e612d86f4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cef13c59975fdbcd938156ed2f9c894e612d86f4

Author: Sean_Hudson at Dell.com <Sean_Hudson at Dell.com>
Date:   Mon Jul 12 12:31:10 2010 +0000

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 at Dell.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 8cb8187..d523519 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"





More information about the Openembedded-commits mailing list