diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2021-03-04 17:00:16 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-04 09:04:24 -0800 |
| commit | a0a6f6827c2b601f0ab161de66aa08f730f2eedf (patch) | |
| tree | c5933ca89c8b3b302bd8d7e4732ab251ed8cb795 | |
| parent | ff4d17bfa70357785728e8f4ff02b61ee127a662 (diff) | |
| download | meta-openembedded-a0a6f6827c2b601f0ab161de66aa08f730f2eedf.tar.gz | |
nano: upgrade 5.5 -> 5.6
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/nano/nano_5.6.bb (renamed from meta-oe/recipes-support/nano/nano_5.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_5.5.bb b/meta-oe/recipes-support/nano/nano_5.6.bb index 29ec00a791..1ce08dd506 100644 --- a/meta-oe/recipes-support/nano/nano_5.5.bb +++ b/meta-oe/recipes-support/nano/nano_5.6.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] = "390b81bf9b41ff736db997aede4d1f60b4453fbd75a519a4ddb645f6fd687e4a" | 15 | SRC_URI[sha256sum] = "fce183e4a7034d07d219c79aa2f579005d1fd49f156db6e50f53543a87637a32" |
| 16 | 16 | ||
| 17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
| 18 | 18 | ||
