From d40faf83c96229d37cbb18c8fb7618820d0e7e82 Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Wed, 16 Apr 2014 13:41:43 +0900 Subject: libunwind: Add mirror site * The SRC_URI is not accessible. So need to add mirror site referred by the original site. * The problem is that http://download.savannah.nongnu.org/releases redirects to closest mirror and few mirrors (e.g. .jp) weren't working correctly while http://download-mirror.savannah.gnu.org/releases/ seems to be reliable. Signed-off-by: Changhyeok Bae Signed-off-by: Martin Jansa --- meta-oe/recipes-support/libunwind/libunwind.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc index a5b7482163..a70ec2ed90 100644 --- a/meta-oe/recipes-support/libunwind/libunwind.inc +++ b/meta-oe/recipes-support/libunwind/libunwind.inc @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5" SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz" +MIRRORS += "http://download.savannah.nongnu.org/releases/ http://download-mirror.savannah.gnu.org/releases/ \n" + inherit autotools PACKAGECONFIG ??= "" -- cgit 1.2.3-korg