From: Tim Orling <ticotimo@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/2] mirrors.bbclass: add ${CPAN_MIRROR} option
Date: Tue, 20 May 2014 21:47:28 -0700 [thread overview]
Message-ID: <1400647649-27570-2-git-send-email-ticotimo@gmail.com> (raw)
In-Reply-To: <1400647649-27570-1-git-send-email-ticotimo@gmail.com>
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
next prev parent reply other threads:[~2014-05-21 4:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-21 4:47 [PATCH 0/2] Create ${CPAN_MIRROR} option Tim Orling
2014-05-21 4:47 ` Tim Orling [this message]
2014-05-21 4:47 ` [PATCH 2/2] bitbake.conf: add default ${CPAN_MIRROR} Tim Orling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400647649-27570-2-git-send-email-ticotimo@gmail.com \
--to=ticotimo@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox