aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Andrey <david.andrey@netmodule.com>2015-03-11 12:16:53 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-21 16:42:23 +0100
commit01bd032f2f55bcfaed5f4ff66a68fba97e30243f (patch)
tree51d36f368c31fa01d3ef63ac7bef3d7bf46d5b48
parente9e68c43d890c7121130df3e388bf21200935381 (diff)
downloadmeta-openembedded-contrib-01bd032f2f55bcfaed5f4ff66a68fba97e30243f.tar.gz
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@netmodule.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/nano/nano.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc
index b73aae00fe..bdefe9bd01 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