diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-10-23 14:00:11 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-10-23 10:20:24 -0700 |
| commit | 06125677949424fe5ec724379b163e4f3803101e (patch) | |
| tree | 2c7ec1c1b5a1eb1a3d63d29ecf5305b35c511067 /meta-oe/recipes-support/nano | |
| parent | cf5e0becccbd7ea3b2a75ca2d57092a050bffc2a (diff) | |
| download | meta-openembedded-06125677949424fe5ec724379b163e4f3803101e.tar.gz | |
nano: upgrade 5.2 -> 5.3
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/nano')
| -rw-r--r-- | meta-oe/recipes-support/nano/nano_5.3.bb (renamed from meta-oe/recipes-support/nano/nano_5.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_5.2.bb b/meta-oe/recipes-support/nano/nano_5.3.bb index f2cd2909cf..48e92de4cb 100644 --- a/meta-oe/recipes-support/nano/nano_5.2.bb +++ b/meta-oe/recipes-support/nano/nano_5.3.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] = "32c2da43e1ae9a5e43437d8c6e1ec0388af870c7762c479e5bffb5f292bda7e1" | 15 | SRC_URI[sha256sum] = "c5c1cbcf622d9a96b6030d66409ed12b204e8bc01ef5e6554ebbe6fb1d734352" |
| 16 | 16 | ||
| 17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
| 18 | 18 | ||
