aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nano
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/nano')
-rw-r--r--meta-oe/recipes-support/nano/nano_8.0.bb (renamed from meta-oe/recipes-support/nano/nano_5.2.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/nano/nano_5.2.bb b/meta-oe/recipes-support/nano/nano_8.0.bb
index f2cd2909cf..56aa47f641 100644
--- a/meta-oe/recipes-support/nano/nano_5.2.bb
+++ b/meta-oe/recipes-support/nano/nano_8.0.bb
@@ -1,18 +1,19 @@
+SUMMARY = "Small and friendly console text editor"
DESCRIPTION = "GNU nano (Nano's ANOther editor, or \
Not ANOther editor) is an enhanced clone of the \
Pico text editor."
HOMEPAGE = "http://www.nano-editor.org/"
SECTION = "console/utils"
-LICENSE = "GPLv3"
+LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
DEPENDS = "ncurses file"
-RDEPENDS_${PN} = "ncurses-terminfo-base"
+RDEPENDS:${PN} = "ncurses-terminfo-base"
PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
-SRC_URI[sha256sum] = "32c2da43e1ae9a5e43437d8c6e1ec0388af870c7762c479e5bffb5f292bda7e1"
+SRC_URI[sha256sum] = "c17f43fc0e37336b33ee50a209c701d5beb808adc2d9f089ca831b40539c9ac4"
UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"