[oe-commits] David Andrey : nano: use FTP as download method

git at git.openembedded.org git at git.openembedded.org
Sat Mar 21 15:46:26 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 01bd032f2f55bcfaed5f4ff66a68fba97e30243f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=01bd032f2f55bcfaed5f4ff66a68fba97e30243f

Author: David Andrey <david.andrey at netmodule.com>
Date:   Wed Mar 11 12:16:53 2015 +0100

nano: use FTP as download method

FTP was noticed as the prefered file access method for nano sources
after several HTTP server hang-up.

The nano-devel mailing list refers to this change

Signed-off-by: David Andrey <david.andrey at netmodule.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 b73aae0..bdefe9b 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 = "http://www.nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
+SRC_URI = "ftp://nano-editor.org/pub/nano/v${PV_MAJOR}/nano-${PV}.tar.gz"
 
 inherit autotools gettext
 



More information about the Openembedded-commits mailing list