From patchwork Sun Jul 8 22:55:34 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe-classic,1/2] mirrors.bbclass: add new GNU_MIRROR Date: Sun, 08 Jul 2012 22:55:34 -0000 From: Apelete Seketeli X-Patchwork-Id: 31405 Message-Id: <1341788135-14072-2-git-send-email-apelete@seketeli.net> To: openembedded-devel@lists.openembedded.org Cc: Kristoffer Ericson Add ftp://mirrors.usc.edu/pub/gnu as a new GNU_MIRROR because the binutils_2.21 source package could not be found on any of the defined GNU mirrors. Signed-off-by: Apelete Seketeli --- classes/mirrors.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/mirrors.bbclass b/classes/mirrors.bbclass index bb4f1ec..d4fc2a5 100644 --- a/classes/mirrors.bbclass +++ b/classes/mirrors.bbclass @@ -22,6 +22,7 @@ ${GNU_MIRROR} ftp://mirrors.kernel.org/gnu ${GNU_MIRROR} ftp://ftp.cs.ubc.ca/mirror2/gnu ${GNU_MIRROR} ftp://sunsite.ust.hk/pub/gnu ${GNU_MIRROR} ftp://ftp.ayamura.org/pub/gnu +${GNU_MIRROR} ftp://mirrors.usc.edu/pub/gnu ${KERNELORG_MIRROR} http://www.kernel.org/pub ${KERNELORG_MIRROR} ftp://ftp.us.kernel.org/pub ${KERNELORG_MIRROR} ftp://ftp.uk.kernel.org/pub