mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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>
This commit is contained in:
parent
9480e9681b
commit
a1e3dd6a31
|
|
@ -20,7 +20,7 @@ SNMP_CONF="${@bb.utils.contains('DISTRO_FEATURES', 'snmp', '--enable-snmp', '',
|
|||
# the "ip" command from busybox is not sufficient (flush by protocol flushes all routes)
|
||||
RDEPENDS_${PN} += "iproute2"
|
||||
|
||||
SRC_URI = "${SAVANNAH_GNU_MIRROR}/quagga/quagga-${PV}.tar.gz; \
|
||||
SRC_URI = "https://github.com/Quagga/quagga/releases/download/quagga-${PV}/quagga-${PV}.tar.gz \
|
||||
file://quagga.init \
|
||||
file://quagga.default \
|
||||
file://watchquagga.init \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user