From: Tim Orling Date: Wed, 21 May 2014 04:47:29 +0000 (-0700) Subject: bitbake.conf: add default ${CPAN_MIRROR} X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33579 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cf349c3f1f195d529fbd73ce4bf63a439ffa4e6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: add default ${CPAN_MIRROR} * Set default to http://search.cpan.org/CPAN/, as it should be Signed-off-by: Tim Orling Signed-off-by: Saul Wold --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9f14785f1c6..fde8d764101 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -570,6 +570,7 @@ XLIBS_MIRROR = "http://xlibs.freedesktop.org/release" XORG_MIRROR = "http://xorg.freedesktop.org/releases" SAVANNAH_GNU_MIRROR = "http://download.savannah.gnu.org/releases" SAVANNAH_NONGNU_MIRROR = "http://download.savannah.nongnu.org/releases" +CPAN_MIRROR = "http://search.cpan.org/CPAN" # You can use the mirror of your country to get faster downloads by putting # export DEBIAN_MIRROR = "ftp://ftp.de.debian.org/debian/pool"