From cef13c59975fdbcd938156ed2f9c894e612d86f4 Mon Sep 17 00:00:00 2001 From: "Sean_Hudson@Dell.com" Date: Mon, 12 Jul 2010 12:31:10 +0000 Subject: 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 Signed-off-by: Khem Raj --- conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3