summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nano/nano_8.7.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-25 17:37:18 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-02 19:25:47 -0800
commit7a2ecc36be82f61dbe06748bf4f22f559855cca1 (patch)
treedb8db7d3c0b82824d8619207ca7d28934fce85aa /meta-oe/recipes-support/nano/nano_8.7.1.bb
parent74f444bd34ba4b377f2cebb3971a089b24151c19 (diff)
downloadmeta-openembedded-7a2ecc36be82f61dbe06748bf4f22f559855cca1.tar.gz
nano: upgrade 8.7 -> 8.7.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/nano/nano_8.7.1.bb')
-rw-r--r--meta-oe/recipes-support/nano/nano_8.7.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/nano/nano_8.7.1.bb b/meta-oe/recipes-support/nano/nano_8.7.1.bb
new file mode 100644
index 0000000000..e62529ff9b
--- /dev/null
+++ b/meta-oe/recipes-support/nano/nano_8.7.1.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Small and friendly console text editor"
2DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
3Not ANOther editor) is an enhanced clone of the \
4Pico text editor."
5HOMEPAGE = "http://www.nano-editor.org/"
6SECTION = "console/utils"
7LICENSE = "GPL-3.0-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
9
10DEPENDS = "ncurses"
11RDEPENDS:${PN} = "ncurses-terminfo-base"
12
13PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
14
15SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
16SRC_URI[sha256sum] = "76f0dcb248f2e2f1251d4ecd20fd30fb400a360a3a37c6c340e0a52c2d1cdedf"
17
18UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano"
19
20inherit autotools gettext pkgconfig
21
22PACKAGECONFIG[tiny] = "--enable-tiny,"