diff options
author | Mustafa Yuecel <yuecelm@ee.ethz.ch> | 2006-03-12 19:19:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-12 19:19:12 +0000 |
commit | c7eff15167faceed206441d5ec3411fb763ce870 (patch) | |
tree | 563337294504788c7025cd400f5754b3396b2f53 /conf/bitbake.conf | |
parent | b8886efe48e53ad048975e57f718bc463880017c (diff) |
apr-0.9.7,apr-util-0.9.7: replace unretrieveable 1.1.x versions
- subversion needs only 0.9.7
- avoid execution of gen_uri_delims (place uri_delims.h directly)
- add APACHE_MIRROR to conf/bitbake.conf
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 36d4c331b9..6afd6ca2cd 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -306,6 +306,7 @@ FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs" GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles" +APACHE_MIRROR = "http://www.apache.org/dist" # You can use the mirror of your country to get faster downloads by putting # export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool" |