diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-15 13:12:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-15 13:10:58 +0000 |
commit | e082f1ff28203f8392cd70e273cdd1edf2592a5f (patch) | |
tree | 2ebedbf8491ecff698bfaf27c1b7ab37c1c7f561 /meta/classes | |
parent | 324c66698d08c94472271f86b6e962678f1b9086 (diff) | |
download | openembedded-core-e082f1ff28203f8392cd70e273cdd1edf2592a5f.tar.gz openembedded-core-e082f1ff28203f8392cd70e273cdd1edf2592a5f.tar.bz2 openembedded-core-e082f1ff28203f8392cd70e273cdd1edf2592a5f.tar.xz openembedded-core-e082f1ff28203f8392cd70e273cdd1edf2592a5f.zip |
mirrors.bbclass: remove dead GNU mirrors
* ftp.matrix.com.br and sunsite.ust.hk don't have DNS records.
* ftp.cs.ubc.ca doesn't host the referenced directory.
* ftp.ayamura.org doesn't respond to ping or ftp.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/mirrors.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index c08a3d76c..c61359564 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass @@ -18,10 +18,6 @@ ${DEBIAN_MIRROR} ftp://ftp.es.debian.org/debian/pool \n \ ${DEBIAN_MIRROR} ftp://ftp.se.debian.org/debian/pool \n \ ${DEBIAN_MIRROR} ftp://ftp.tr.debian.org/debian/pool \n \ ${GNU_MIRROR} ftp://mirrors.kernel.org/gnu \n \ -${GNU_MIRROR} ftp://ftp.matrix.com.br/pub/gnu \n \ -${GNU_MIRROR} ftp://ftp.cs.ubc.ca/mirror2/gnu \n \ -${GNU_MIRROR} ftp://sunsite.ust.hk/pub/gnu \n \ -${GNU_MIRROR} ftp://ftp.ayamura.org/pub/gnu \n \ ${KERNELORG_MIRROR} http://www.kernel.org/pub \n \ ${KERNELORG_MIRROR} ftp://ftp.us.kernel.org/pub \n \ ${KERNELORG_MIRROR} ftp://ftp.uk.kernel.org/pub \n \ |