diff options
Diffstat (limited to 'meta/classes/mirrors.bbclass')
-rw-r--r-- | meta/classes/mirrors.bbclass | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index b7c20b6cf5..d5812d8b3f 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -68,3 +68,14 @@ npm://.*/.* http://sources.openembedded.org/ \n \ | |||
68 | ${CPAN_MIRROR} http://cpan.metacpan.org/ \n \ | 68 | ${CPAN_MIRROR} http://cpan.metacpan.org/ \n \ |
69 | ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \ | 69 | ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \ |
70 | " | 70 | " |
71 | |||
72 | # Use MIRRORS to provide git repo fallbacks using the https protocol, for cases | ||
73 | # where git native protocol fetches may fail due to local firewall rules, etc. | ||
74 | |||
75 | MIRRORS += "\ | ||
76 | git://anonscm.debian.org/.* git://anonscm.debian.org/git/PATH;protocol=https \n \ | ||
77 | git://git.gnome.org/.* git://git.gnome.org/browse/PATH;protocol=https \n \ | ||
78 | git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \ | ||
79 | git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \ | ||
80 | git://.*/.* git://HOST/PATH;protocol=https \n \ | ||
81 | " | ||