* [PATCH 0/2] Create ${CPAN_MIRROR} option
@ 2014-05-21 4:47 Tim Orling
2014-05-21 4:47 ` [PATCH 1/2] mirrors.bbclass: add " Tim Orling
2014-05-21 4:47 ` [PATCH 2/2] bitbake.conf: add default ${CPAN_MIRROR} Tim Orling
0 siblings, 2 replies; 3+ messages in thread
From: Tim Orling @ 2014-05-21 4:47 UTC (permalink / raw)
To: openembedded-core
From: Tim Orling <TicoTimo@gmail.com>
* Perl modules are beginning to fail to fetch
* Default CPAN site seems to be flaky lately
* Add option to mirrors.bbclass to use metacpan.org
* Continue to use main CPAN site as default in bitbake.conf
Tim Orling (2):
mirrors.bbclass: add ${CPAN_MIRROR} option
bitbake.conf: add default ${CPAN_MIRROR}
meta/classes/mirrors.bbclass | 2 ++
meta/conf/bitbake.conf | 1 +
2 files changed, 3 insertions(+)
--
1.8.3.2
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH 1/2] mirrors.bbclass: add ${CPAN_MIRROR} option 2014-05-21 4:47 [PATCH 0/2] Create ${CPAN_MIRROR} option Tim Orling @ 2014-05-21 4:47 ` Tim Orling 2014-05-21 4:47 ` [PATCH 2/2] bitbake.conf: add default ${CPAN_MIRROR} Tim Orling 1 sibling, 0 replies; 3+ messages in thread From: Tim Orling @ 2014-05-21 4:47 UTC (permalink / raw) To: openembedded-core From: Tim Orling <TicoTimo@gmail.com> * Perl modules fail to fetch because default CPAN site has been flaky lately. * Create option to use metacpan.org as a mirror. Signed-off-by: Tim Orling <TicoTimo@gmail.com> --- meta/classes/mirrors.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index 90fb1e0..0d9b517 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass @@ -67,4 +67,6 @@ p4://.*/.* http://sources.openembedded.org/ \n \ osc://.*/.* http://sources.openembedded.org/ \n \ https?$://.*/.* http://sources.openembedded.org/ \n \ ftp://.*/.* http://sources.openembedded.org/ \n \ +${CPAN_MIRROR} http://cpan.metacpan.org/ \n \ +${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \ " -- 1.8.3.2 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] bitbake.conf: add default ${CPAN_MIRROR} 2014-05-21 4:47 [PATCH 0/2] Create ${CPAN_MIRROR} option Tim Orling 2014-05-21 4:47 ` [PATCH 1/2] mirrors.bbclass: add " Tim Orling @ 2014-05-21 4:47 ` Tim Orling 1 sibling, 0 replies; 3+ messages in thread From: Tim Orling @ 2014-05-21 4:47 UTC (permalink / raw) To: openembedded-core From: Tim Orling <TicoTimo@gmail.com> * Set default to http://search.cpan.org/CPAN/, as it should be Signed-off-by: Tim Orling <TicoTimo@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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-21 5:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 4:47 [PATCH 0/2] Create ${CPAN_MIRROR} option Tim Orling
2014-05-21 4:47 ` [PATCH 1/2] mirrors.bbclass: add " Tim Orling
2014-05-21 4:47 ` [PATCH 2/2] bitbake.conf: add default ${CPAN_MIRROR} Tim Orling
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox