[oe-commits] Changhyeok Bae : libunwind: Add mirror site

git at git.openembedded.org git at git.openembedded.org
Fri Apr 18 09:48:15 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 57eed982f495453680ff3baac2655c51341fcb87
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=57eed982f495453680ff3baac2655c51341fcb87

Author: Changhyeok Bae <changhyeok.bae at lge.com>
Date:   Wed Apr 16 13:41:43 2014 +0900

libunwind: Add mirror site

The SRC_URI is not accessible.
So need to add mirror site referred by the original site.

Signed-off-by: Changhyeok Bae <changhyeok.bae at lge.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/libunwind/libunwind.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc
index a5b7482..a70ec2e 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 ??= ""



More information about the Openembedded-commits mailing list