mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
nano: upgrade 8.3 -> 8.5
Changelog: ============ - Anchors are now saved when a file is closed, and restored when the file is reopened -- if and when --positionlog is active. - Nano exits with an error status upon keystrokes ^O^Q and ^X^Q. - Keystroke ^L just centers the cursor, while M-% cycles it. - Option --whitespace is accepted, but left undocumented. - Syntax coloring now works correctly in more locales. - Bracketed pastes over a slow connection are more reliable. - Tabs in an external paste at a prompt are not dropped. - Feedback occurs when the cursor sits on a Byte Order Mark. - The Execute prompt is more forgiving of a typo. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e9393e8936
commit
e9efacfc5c
|
|
@ -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] = "551b717b2e28f7e90f749323686a1b5bbbd84cfa1390604d854a3ca3778f111e"
|
||||
SRC_URI[sha256sum] = "000b011d339c141af9646d43288f54325ff5c6e8d39d6e482b787bbc6654c26a"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user