diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-06-18 22:20:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-18 08:42:25 -0700 |
commit | 72280dcf59cb5095b74c7dd467c3d1809ac2ddeb (patch) | |
tree | 1c0240e1f4ac73f2b928d4a5e273d0a8f54075da /meta-oe/recipes-support | |
parent | 2bb89ef6e33c44ec34e0b80ff669eb29e660e435 (diff) | |
download | meta-openembedded-72280dcf59cb5095b74c7dd467c3d1809ac2ddeb.tar.gz |
nano: upgrade 5.7 -> 5.8
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/nano/nano_5.8.bb (renamed from meta-oe/recipes-support/nano/nano_5.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_5.7.bb b/meta-oe/recipes-support/nano/nano_5.8.bb index 6a293c763..8ba4ca13f 100644 --- a/meta-oe/recipes-support/nano/nano_5.7.bb +++ b/meta-oe/recipes-support/nano/nano_5.8.bb | |||
@@ -13,7 +13,7 @@ RDEPENDS_${PN} = "ncurses-terminfo-base" | |||
13 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" | 13 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" |
14 | 14 | ||
15 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" | 15 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" |
16 | SRC_URI[sha256sum] = "d4b181cc2ec11def3711b4649e34f2be7a668e70ab506860514031d069cccafa" | 16 | SRC_URI[sha256sum] = "e43b63db2f78336e2aa123e8d015dbabc1720a15361714bfd4b1bb4e5e87768c" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
19 | 19 | ||