diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-03 15:25:50 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-03 07:56:08 -0700 |
commit | 9dbdae818bd00bed2c3d2da830eb077a7def791c (patch) | |
tree | b7ec550f32274efd0522021bc773b8b55bbe8f04 | |
parent | 52421231daa91b6558a3cf4b86abcde28abc50ec (diff) | |
download | meta-openembedded-9dbdae818bd00bed2c3d2da830eb077a7def791c.tar.gz |
nano: Upgrade 5.1 -> 5.2
Upgrade to release 5.2 "Ranrapalca":
- Making certain replacements after a large paste does not crash.
- Hitting a toggle at the Search prompt does not clear the answer.
- Using --positionlog does not complain at the first start.
- A macro containing a Search command will not sometimes fail.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/nano/nano_5.2.bb (renamed from meta-oe/recipes-support/nano/nano_5.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_5.1.bb b/meta-oe/recipes-support/nano/nano_5.2.bb index 216ad594f..f2cd2909c 100644 --- a/meta-oe/recipes-support/nano/nano_5.1.bb +++ b/meta-oe/recipes-support/nano/nano_5.2.bb | |||
@@ -12,7 +12,7 @@ RDEPENDS_${PN} = "ncurses-terminfo-base" | |||
12 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" | 12 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" |
13 | 13 | ||
14 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" | 14 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" |
15 | SRC_URI[sha256sum] = "9efc46f341404d60095d16fc4f0419fc84b6e4eaeaf6ebce605d0465d92a6ee6" | 15 | SRC_URI[sha256sum] = "32c2da43e1ae9a5e43437d8c6e1ec0388af870c7762c479e5bffb5f292bda7e1" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
18 | 18 | ||