mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
nano: upgrade 8.0 -> 8.1
Changelog: =========== • The idiom 'nano filename:linenumber' is understood only when the option --colonparsing (or 'set colonparsing') is used. • Modern bindings are *not* activated when nano's invocation name starts with "e", as it jars with Debian's alternatives system. • New bindable function 'cycle' first centers the current row, then moves it to the top of the viewport, then to the bottom. It is bound by default to ^L. • Option --listsyntaxes/-z lists the names of available syntaxes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
010b7d0c99
commit
647874f20f
@ -13,7 +13,7 @@ RDEPENDS:${PN} = "ncurses-terminfo-base"
|
||||
PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
|
||||
|
||||
SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
|
||||
SRC_URI[sha256sum] = "c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4"
|
||||
SRC_URI[sha256sum] = "93b3e3e9155ae389fe9ccf9cb7ab380eac29602835ba3077b22f64d0f0cbe8cb"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user