All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [OE-core] [meta-openembedded] quagga: fix do_fetch warning
@ 2021-03-11 18:56 Stefan Ghinea
  2021-03-12  0:00 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Ghinea @ 2021-03-11 18:56 UTC (permalink / raw)
  To: openembedded-core

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;,
attempting MIRRORS if available

Signed-off-by: Stefan Ghinea <stefan.ghinea@windriver.com>
---
 meta-networking/recipes-protocols/quagga/quagga.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc
index 6df72427b..6680fec01 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', '',
 # 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/${BP}/${BP}.tar.gz; \
            file://quagga.init \
            file://quagga.default \
            file://watchquagga.init \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [OE-core] [meta-openembedded] quagga: fix do_fetch warning
  2021-03-11 18:56 [PATCH] [OE-core] [meta-openembedded] quagga: fix do_fetch warning Stefan Ghinea
@ 2021-03-12  0:00 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-03-12  0:00 UTC (permalink / raw)
  To: Stefan Ghinea; +Cc: Patches and discussions about the oe-core layer

oe-core mailing list is only for oe-core patches, this one is for
meta-networking layer in meta-openembedded so please send this patch
to oe-devel mailing list.

On Thu, Mar 11, 2021 at 10:57 AM Stefan Ghinea
<stefan.ghinea@windriver.com> wrote:
>
> 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;,
> attempting MIRRORS if available
>
> Signed-off-by: Stefan Ghinea <stefan.ghinea@windriver.com>
> ---
>  meta-networking/recipes-protocols/quagga/quagga.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc
> index 6df72427b..6680fec01 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', '',
>  # 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/${BP}/${BP}.tar.gz; \
>             file://quagga.init \
>             file://quagga.default \
>             file://watchquagga.init \
> --
> 2.17.1
>
>
> 
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-12  0:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11 18:56 [PATCH] [OE-core] [meta-openembedded] quagga: fix do_fetch warning Stefan Ghinea
2021-03-12  0:00 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.