diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-11-18 09:52:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-22 12:26:45 +0000 |
commit | 82a6e73384e3f40d99b4e5e742766b27cc814145 (patch) | |
tree | d0e8144dc3e105af19bd8ee9f801d381664b021c /meta/classes-global | |
parent | 2f92cccb74bdb1dff46195c0a7ddf5cd67934395 (diff) | |
download | poky-82a6e73384e3f40d99b4e5e742766b27cc814145.tar.gz |
mirrors.bbclass: update CPAN_MIRROR
Both of these redirect to https://cpan.metacpan.org/:
http://cpan.metacpan.org/
http://search.cpan.org/CPAN/
(From OE-Core rev: f1b74fc09f70d52d9ac629b04d81aa94fd97ff40)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-global')
-rw-r--r-- | meta/classes-global/mirrors.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes-global/mirrors.bbclass b/meta/classes-global/mirrors.bbclass index 8b984de3bf..cda431ce89 100644 --- a/meta/classes-global/mirrors.bbclass +++ b/meta/classes-global/mirrors.bbclass | |||
@@ -67,8 +67,7 @@ osc://.*/.* http://sources.openembedded.org/ \ | |||
67 | https?://.*/.* http://sources.openembedded.org/ \ | 67 | https?://.*/.* http://sources.openembedded.org/ \ |
68 | ftp://.*/.* http://sources.openembedded.org/ \ | 68 | ftp://.*/.* http://sources.openembedded.org/ \ |
69 | npm://.*/?.* http://sources.openembedded.org/ \ | 69 | npm://.*/?.* http://sources.openembedded.org/ \ |
70 | ${CPAN_MIRROR} http://cpan.metacpan.org/ \ | 70 | ${CPAN_MIRROR} https://cpan.metacpan.org/ \ |
71 | ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \ | ||
72 | https?://downloads.yoctoproject.org/releases/uninative/ https://mirrors.kernel.org/yocto/uninative/ \ | 71 | https?://downloads.yoctoproject.org/releases/uninative/ https://mirrors.kernel.org/yocto/uninative/ \ |
73 | https?://downloads.yoctoproject.org/mirror/sources/ https://mirrors.kernel.org/yocto-sources/ \ | 72 | https?://downloads.yoctoproject.org/mirror/sources/ https://mirrors.kernel.org/yocto-sources/ \ |
74 | " | 73 | " |