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

git at git.openembedded.org git at git.openembedded.org
Sat Apr 26 00:17:16 UTC 2014


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

Author: Changhyeok Bae <changhyeok.bae at lge.com>
Date:   Wed Apr 23 20:14:38 2014 +0900

quagga: 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 <changhyeok.bae at lge.com>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 meta-networking/recipes-protocols/quagga/quagga.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc
index 65ff040..6127205 100644
--- a/meta-networking/recipes-protocols/quagga/quagga.inc
+++ b/meta-networking/recipes-protocols/quagga/quagga.inc
@@ -37,6 +37,8 @@ SRC_URI = "http://download.savannah.gnu.org/releases/quagga${QUAGGASUBDIR}/quagg
            file://quagga-Avoid-duplicate-connected-address.patch \
 "
 
+MIRRORS += "http://download.savannah.gnu.org/releases/ http://download-mirror.savannah.gnu.org/releases/ \n"
+
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
 PACKAGECONFIG[cap] = "--enable-capabilities,--disable-capabilities,libcap"
 PACKAGECONFIG[pam] = "--with-libpam, --without-libpam, libpam"



More information about the Openembedded-commits mailing list