mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 17:32:06 +00:00
nano: upgrade 9.1 -> 9.2
Changelog: =========== - Nano refuses to start when standard output is not a terminal. - Options --newbuffer and 'set newbuffer' were added as better synonyms of --multibuffer and 'set multibuffer'. - Legacy keystroke pairs ^W^T and ^/^T are recognized again. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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] = "5f47764274cb7532349ce0aa20ec10f1e8e851a6e9fa3eb66812c43d196db042"
|
||||
SRC_URI[sha256sum] = "05ecb99247b782e8a5b3a25ed4101dd034b0236902f7449bc9795b717642f7e9"
|
||||
|
||||
UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano"
|
||||
|
||||
Reference in New Issue
Block a user