diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-08-22 01:33:57 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-21 10:16:29 -0700 |
commit | e768f4369bc8353ae9bf654fd3e6fe2293ae178c (patch) | |
tree | db156f6cfa0f14dfc1612e00cf4b6717a15d9005 | |
parent | 50a5e27d2822c317210be9ea37d7b7c5dd7a7d6b (diff) | |
download | meta-openembedded-e768f4369bc8353ae9bf654fd3e6fe2293ae178c.tar.gz |
nano: upgrade 5.0 -> 5.1
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/nano/nano_5.1.bb (renamed from meta-oe/recipes-support/nano/nano_5.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_5.0.bb b/meta-oe/recipes-support/nano/nano_5.1.bb index e97c01f141..216ad594fc 100644 --- a/meta-oe/recipes-support/nano/nano_5.0.bb +++ b/meta-oe/recipes-support/nano/nano_5.1.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] = "7c0d94be69cd066f20df2868a2da02f7b1d416ce8d47c0850a8bd270897caa36" | 15 | SRC_URI[sha256sum] = "9efc46f341404d60095d16fc4f0419fc84b6e4eaeaf6ebce605d0465d92a6ee6" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
18 | 18 | ||