summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Wagenknecht <dwagenknecht@emlix.com>2021-09-02 08:31:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-03 09:53:29 +0100
commitaeb1d21db755883da60144d3f8e26006fd6af9d0 (patch)
treeddf7dbac52a3f782d388a1e56813a941d282e436
parente3db91baf4bf9210cbded008de691d4b2cc54464 (diff)
downloadpoky-aeb1d21db755883da60144d3f8e26006fd6af9d0.tar.gz
mirrors.bbclass: remove redundant server-specific mirrors
With the previously added general git repo fallback rule the server specific fallback mirrors for git.savannah.gnu.org and git.yoctoproject.org are redundant. Remove them. (From OE-Core rev: da864dbed0c29b3e3f0d1676ec1bb974f332ff3f) Signed-off-by: Daniel Wagenknecht <dwagenknecht@emlix.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/mirrors.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass
index ab75ca1bb6..ba325a658b 100644
--- a/meta/classes/mirrors.bbclass
+++ b/meta/classes/mirrors.bbclass
@@ -70,8 +70,6 @@ ${CPAN_MIRROR} http://search.cpan.org/CPAN/ \n \
70MIRRORS += "\ 70MIRRORS += "\
71git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \n \ 71git://salsa.debian.org/.* git://salsa.debian.org/PATH;protocol=https \n \
72git://git.gnome.org/.* git://gitlab.gnome.org/GNOME/PATH;protocol=https \n \ 72git://git.gnome.org/.* git://gitlab.gnome.org/GNOME/PATH;protocol=https \n \
73git://git.savannah.gnu.org/.* git://git.savannah.gnu.org/git/PATH;protocol=https \n \
74git://git.yoctoproject.org/.* git://git.yoctoproject.org/git/PATH;protocol=https \n \
75git://.*/.* git://HOST/PATH;protocol=https \n \ 73git://.*/.* git://HOST/PATH;protocol=https \n \
76git://.*/.* git://HOST/git/PATH;protocol=https \n \ 74git://.*/.* git://HOST/git/PATH;protocol=https \n \
77" 75"