diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-05-18 10:11:47 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-19 09:17:49 -0700 |
commit | 0fa836b69c2173b34f83ad4e56d953e3adc3b4eb (patch) | |
tree | 8192f87ff9dc6631704e39c9d54645feefcf35d5 /meta-oe/recipes-support | |
parent | 5daeca03d0370515a4145e0061313ae9d10bbea5 (diff) | |
download | meta-openembedded-0fa836b69c2173b34f83ad4e56d953e3adc3b4eb.tar.gz |
nano: upgrade 5.6 -> 5.7
Full changelog is found at [1]
[1] https://www.nano-editor.org/dist/latest/ChangeLog
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/nano/nano_5.7.bb (renamed from meta-oe/recipes-support/nano/nano_5.6.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_5.6.bb b/meta-oe/recipes-support/nano/nano_5.7.bb index 1ce08dd50..6a293c763 100644 --- a/meta-oe/recipes-support/nano/nano_5.6.bb +++ b/meta-oe/recipes-support/nano/nano_5.7.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Small and friendly console text editor" | ||
1 | DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ | 2 | DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ |
2 | Not ANOther editor) is an enhanced clone of the \ | 3 | Not ANOther editor) is an enhanced clone of the \ |
3 | Pico text editor." | 4 | Pico text editor." |
@@ -12,7 +13,7 @@ RDEPENDS_${PN} = "ncurses-terminfo-base" | |||
12 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" | 13 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" |
13 | 14 | ||
14 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" | 15 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" |
15 | SRC_URI[sha256sum] = "fce183e4a7034d07d219c79aa2f579005d1fd49f156db6e50f53543a87637a32" | 16 | SRC_URI[sha256sum] = "d4b181cc2ec11def3711b4649e34f2be7a668e70ab506860514031d069cccafa" |
16 | 17 | ||
17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
18 | 19 | ||