mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
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@lge.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
committed by
Joe MacDonald
parent
fdea5d0942
commit
3fb3c2c8f8
@@ -37,6 +37,8 @@ SRC_URI = "http://download.savannah.gnu.org/releases/quagga${QUAGGASUBDIR}/quagg
|
|||||||
file://quagga-Avoid-duplicate-connected-address.patch \
|
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 ??= "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
|
||||||
PACKAGECONFIG[cap] = "--enable-capabilities,--disable-capabilities,libcap"
|
PACKAGECONFIG[cap] = "--enable-capabilities,--disable-capabilities,libcap"
|
||||||
PACKAGECONFIG[pam] = "--with-libpam, --without-libpam, libpam"
|
PACKAGECONFIG[pam] = "--with-libpam, --without-libpam, libpam"
|
||||||
|
|||||||
Reference in New Issue
Block a user