From: Changhyeok Bae Date: Wed, 23 Apr 2014 11:14:38 +0000 (+0900) Subject: quagga: Add mirror site X-Git-Tag: rev_ivi_2015_02_04~2158 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe105e039308eccb0d4affdc6fe9cbf3925c8d1d;p=scm%2Fbb%2Ftizen-distro.git 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. (From meta-openembedded rev: 3fb3c2c8f8c958ca810af1302c0e7109528b8b66) Signed-off-by: Changhyeok Bae Signed-off-by: Joe MacDonald Signed-off-by: Patrick Ohly --- diff --git a/meta-openembedded/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-openembedded/meta-networking/recipes-protocols/quagga/quagga.inc index 65ff040..6127205 100644 --- a/meta-openembedded/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-openembedded/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"