[OE-core] [PATCH 2/2] bitbake.conf: add default ${CPAN_MIRROR}

Tim Orling ticotimo at gmail.com
Wed May 21 04:47:29 UTC 2014


From: Tim Orling <TicoTimo at gmail.com>

* Set default to http://search.cpan.org/CPAN/, as it should be

Signed-off-by: Tim Orling <TicoTimo at gmail.com>
---
 meta/conf/bitbake.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9f14785..fde8d76 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"
-- 
1.8.3.2




More information about the Openembedded-core mailing list