diff options
author | Tim Orling <TicoTimo@gmail.com> | 2014-05-20 21:47:29 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2014-05-23 10:45:07 -0700 |
commit | 7cf349c3f1f195d529fbd73ce4bf63a439ffa4e6 (patch) | |
tree | f8c4a81ab08d266033aec26433fb8e414bdb8341 /meta/conf/bitbake.conf | |
parent | ffca381d9ad5de3e593c93274cfdb3d2ff4a447f (diff) | |
download | openembedded-core-7cf349c3f1f195d529fbd73ce4bf63a439ffa4e6.tar.gz openembedded-core-7cf349c3f1f195d529fbd73ce4bf63a439ffa4e6.tar.bz2 openembedded-core-7cf349c3f1f195d529fbd73ce4bf63a439ffa4e6.zip |
bitbake.conf: add default ${CPAN_MIRROR}
* Set default to http://search.cpan.org/CPAN/, as it should be
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9f14785f1c..fde8d76410 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" |