aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2008-10-16 01:32:27 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2008-10-16 01:32:27 +0200
commitd211081be3c71e2152e7797a6420295144d17964 (patch)
treef5302a46460379bb4ea90ae698a97361d3d46929 /conf/bitbake.conf
parent04c3feecc847c9a4d12bfd2acdfc7a94e93d9ff8 (diff)
downloadopenembedded-d211081be3c71e2152e7797a6420295144d17964.tar.gz
linux-*.bb: use KERNELORG_MIRROR consistently (fixes checksum errors)
* remove trailing slash in KERNELORG_MIRROR definition * add slash after KERNELORG_MIRROR in *.bb where needed
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r--conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index e1dc3aa10a..656edea2b9 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -462,7 +462,7 @@ FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs"
FREESMARTPHONE_GIT = "git://git.freesmartphone.org"
GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles"
APACHE_MIRROR = "http://www.apache.org/dist"
-KERNELORG_MIRROR = "http://kernel.org/"
+KERNELORG_MIRROR = "http://kernel.org"
# You can use the mirror of your country to get faster downloads by putting
# export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool"