From 29f111e03a7b186f9b7a6b3fc43e526dfb68cf6a Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Wed, 28 Dec 2016 14:21:43 +0100 Subject: nano: update SRC_URI with new source FTP server is not accesible anymore. Use HTTPS mirror instead. Signed-off-by: Martin Jansa --- meta-oe/recipes-support/nano/nano.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc index 3fad02984c..0f31c6c165 100644 --- a/meta-oe/recipes-support/nano/nano.inc +++ b/meta-oe/recipes-support/nano/nano.inc @@ -12,7 +12,7 @@ INC_PR = "r3" PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" -SRC_URI = "ftp://nano-editor.org/pub/nano/v${PV_MAJOR}/nano-${PV}.tar.gz" +SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz" inherit autotools gettext -- cgit 1.2.3-korg