[oe] [meta-networking][PATCH] openl2tp: Update SRC_URI for "Failed to fetch URL" warning

Li Zhou li.zhou at windriver.com
Thu Dec 19 08:59:12 UTC 2019


Update SRC_URI for solving below warning:
WARNING: openl2tp-1.8-r0 do_fetch: Failed to fetch URL
ftp://ftp.openl2tp.org/releases/openl2tp-1.8/openl2tp-1.8.tar.gz,
attempting MIRRORS if available

Signed-off-by: Li Zhou <li.zhou at windriver.com>
---
 meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
index 90e8b111d..38d0554e1 100644
--- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
+++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e9d9259cbbf00945adc25a470c1d3585 \
 
 DEPENDS = "popt flex readline rpcsvc-proto-native bison-native"
 
-SRC_URI = "ftp://ftp.openl2tp.org/releases/${BP}/${BP}.tar.gz \
+SRC_URI = "https://sourceforge.net/projects/openl2tp/files/openl2tp/${PV}/${BP}.tar.gz \
            file://Makefile-modify-CFLAGS-to-aviod-build-error.patch \
            file://openl2tp-simplify-gcc-warning-hack.patch \
            file://Makefile-obey-LDFLAGS.patch \
-- 
2.23.0



More information about the Openembedded-devel mailing list