diff options
| author | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2016-12-28 14:21:43 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-10 13:12:55 +0100 |
| commit | 29f111e03a7b186f9b7a6b3fc43e526dfb68cf6a (patch) | |
| tree | 78259b32f50e41c0b03f1aeca4652d3535a93571 | |
| parent | 1ae8c1862254b0cf4666a34c56f8a6f33b909bcd (diff) | |
| download | meta-openembedded-29f111e03a7b186f9b7a6b3fc43e526dfb68cf6a.tar.gz | |
nano: update SRC_URI with new source
FTP server is not accesible anymore. Use HTTPS mirror instead.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/nano/nano.inc | 2 |
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 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" | |||
| 12 | 12 | ||
| 13 | PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" | 13 | PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" |
| 14 | 14 | ||
| 15 | SRC_URI = "ftp://nano-editor.org/pub/nano/v${PV_MAJOR}/nano-${PV}.tar.gz" | 15 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz" |
| 16 | 16 | ||
| 17 | inherit autotools gettext | 17 | inherit autotools gettext |
| 18 | 18 | ||
