| Submitter | Apelete Seketeli |
|---|---|
| Date | July 8, 2012, 10:55 p.m. |
| Message ID | <1341788135-14072-3-git-send-email-apelete@seketeli.net> |
| Download | mbox | patch |
| Permalink | /patch/31403/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/classes/mirrors.bbclass b/classes/mirrors.bbclass index d4fc2a5..5c6219b 100644 --- a/classes/mirrors.bbclass +++ b/classes/mirrors.bbclass @@ -23,6 +23,7 @@ ${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}/pub http://mirror.sit.wisc.edu/pub ${KERNELORG_MIRROR} http://www.kernel.org/pub ${KERNELORG_MIRROR} ftp://ftp.us.kernel.org/pub ${KERNELORG_MIRROR} ftp://ftp.uk.kernel.org/pub
Add http://mirror.sit.wisc.edu/pub as a new KERNELORG_MIRROR because the libpam_1.1.1 source package could not be found on any of the defined kernel.org mirrors. Signed-off-by: Apelete Seketeli <apelete@seketeli.net> --- classes/mirrors.bbclass | 1 + 1 file changed, 1 insertion(+)