diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-24 17:25:58 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-24 08:23:08 -0800 |
commit | d61b4aa4520e09aaaf35c20685052de349a58f6f (patch) | |
tree | 3eee641640f12e8f42109aae98ae3eb0003947f6 | |
parent | 9c04ed658bcded545d70491d712ab751acb440b2 (diff) | |
download | meta-openembedded-d61b4aa4520e09aaaf35c20685052de349a58f6f.tar.gz |
nano: upgrade 8.2 -> 8.3
Changelog:
============
- A build failure with gcc-15 is fixed.
- Several translations were updated.
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_8.3.bb (renamed from meta-oe/recipes-support/nano/nano_8.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_8.2.bb b/meta-oe/recipes-support/nano/nano_8.3.bb index 46e5a15c1c..c6ca55f444 100644 --- a/meta-oe/recipes-support/nano/nano_8.2.bb +++ b/meta-oe/recipes-support/nano/nano_8.3.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] = "d5ad07dd862facae03051c54c6535e54c7ed7407318783fcad1ad2d7076fffeb" | 16 | SRC_URI[sha256sum] = "551b717b2e28f7e90f749323686a1b5bbbd84cfa1390604d854a3ca3778f111e" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
19 | 19 | ||