summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-20 20:14:25 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-23 08:52:22 -0800
commit84a09e8cfaaad7abbe59d81c3128dc0f054a1d6a (patch)
treec8b68fc92bba2ab59da7d18a2625d29372d7801f
parent99fb5d0229fa70b69843448d16ffcf2d2c489a59 (diff)
downloadmeta-openembedded-84a09e8cfaaad7abbe59d81c3128dc0f054a1d6a.tar.gz
nano: upgrade 7.0 -> 7.1
Changelog: ========== build: fix compilation when configured with --disable-comment bump version numbers and add a news item for the 7.1 release copyright: update the last year for significantly changed files docs: say thanks to the Albanian translator rcfile: report an error when an included file does not exist text: upon Enter, eat only lefthand blanks, not any other characters tweaks: avoid passing NULL to access() tweaks: wrap overlong lines in the Tcl syntax, to make them manageable Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/nano/nano_7.1.bb (renamed from meta-oe/recipes-support/nano/nano_7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_7.0.bb b/meta-oe/recipes-support/nano/nano_7.1.bb
index fe3ed2d348..c601354151 100644
--- a/meta-oe/recipes-support/nano/nano_7.0.bb
+++ b/meta-oe/recipes-support/nano/nano_7.1.bb
@@ -13,7 +13,7 @@ RDEPENDS:${PN} = "ncurses-terminfo-base"
13PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" 13PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
14 14
15SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" 15SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
16SRC_URI[sha256sum] = "8dd6eac38b2b8786d82681f0e1afd84f6b75210d17391b6443c437e451552149" 16SRC_URI[sha256sum] = "57ba751e9b7519f0f6ddee505202e387c75dde440c1f7aa1b9310cc381406836"
17 17
18UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" 18UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
19 19