summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2021-03-12 11:17:43 +0800
committerKhem Raj <raj.khem@gmail.com>2021-03-11 19:59:04 -0800
commita1e3dd6a31ed57fd280d486be8aa1be555010994 (patch)
treea3c78d6bcb20f3d5495faed1b778075ec8b2e6db
parent9480e9681b024b6802d27a9a6e0101e4ac49365b (diff)
downloadmeta-openembedded-a1e3dd6a31ed57fd280d486be8aa1be555010994.tar.gz
quagga: Update SRC_URI
Update the SRC_URI as the previous is unaccessible to fix the below warning: WARNING: quagga-1.2.4-r0 do_fetch: Failed to fetch URL https://download.savannah.gnu.org/releases/quagga/quagga-1.2.4.tar.gz;, attemptin MIRRORS if available Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-protocols/quagga/quagga.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc
index 6df72427b1..3b7a425bba 100644
--- a/meta-networking/recipes-protocols/quagga/quagga.inc
+++ b/meta-networking/recipes-protocols/quagga/quagga.inc
@@ -20,7 +20,7 @@ SNMP_CONF="${@bb.utils.contains('DISTRO_FEATURES', 'snmp', '--enable-snmp', '',
20# the "ip" command from busybox is not sufficient (flush by protocol flushes all routes) 20# the "ip" command from busybox is not sufficient (flush by protocol flushes all routes)
21RDEPENDS_${PN} += "iproute2" 21RDEPENDS_${PN} += "iproute2"
22 22
23SRC_URI = "${SAVANNAH_GNU_MIRROR}/quagga/quagga-${PV}.tar.gz; \ 23SRC_URI = "https://github.com/Quagga/quagga/releases/download/quagga-${PV}/quagga-${PV}.tar.gz \
24 file://quagga.init \ 24 file://quagga.init \
25 file://quagga.default \ 25 file://quagga.default \
26 file://watchquagga.init \ 26 file://watchquagga.init \