From 2c3aa1e4b6dd129ef428846a0bc36a2ace5942c9 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 10 Sep 2018 01:00:43 +0200 Subject: nano: upgrade to 3.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-oe/recipes-support/nano/nano.inc | 17 ----------------- meta-oe/recipes-support/nano/nano_2.9.8.bb | 4 ---- meta-oe/recipes-support/nano/nano_3.0.bb | 20 ++++++++++++++++++++ 3 files changed, 20 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/nano/nano.inc delete mode 100644 meta-oe/recipes-support/nano/nano_2.9.8.bb create mode 100644 meta-oe/recipes-support/nano/nano_3.0.bb diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc deleted file mode 100644 index 22f0fb2a0..000000000 --- a/meta-oe/recipes-support/nano/nano.inc +++ /dev/null @@ -1,17 +0,0 @@ -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/" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" -SECTION = "console/utils" -DEPENDS = "ncurses file" -RDEPENDS_${PN} = "ncurses-terminfo" - -PV_MAJOR = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" - -SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" - -inherit autotools gettext pkgconfig - -PACKAGECONFIG[tiny] = "--enable-tiny," diff --git a/meta-oe/recipes-support/nano/nano_2.9.8.bb b/meta-oe/recipes-support/nano/nano_2.9.8.bb deleted file mode 100644 index aa6e9ff16..000000000 --- a/meta-oe/recipes-support/nano/nano_2.9.8.bb +++ /dev/null @@ -1,4 +0,0 @@ -include nano.inc - -SRC_URI[md5sum] = "31714360342f9baa344e2fa574c144db" -SRC_URI[sha256sum] = "c2deac31ba4d3fd27a42fafcc47ccf499296cc69a422bbecab63f2933ea85488" diff --git a/meta-oe/recipes-support/nano/nano_3.0.bb b/meta-oe/recipes-support/nano/nano_3.0.bb new file mode 100644 index 000000000..43ab9343b --- /dev/null +++ b/meta-oe/recipes-support/nano/nano_3.0.bb @@ -0,0 +1,20 @@ +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/" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" +SECTION = "console/utils" +DEPENDS = "ncurses file" +RDEPENDS_${PN} = "ncurses-terminfo" + +PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" + +SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" + +SRC_URI[md5sum] = "74196427a09ec2f82a88facd220d2787" +SRC_URI[sha256sum] = "e0a5bca354514e64762c987c200a8758b05e7bcced3b00b3e48ea0a2d383c8a0" + +inherit autotools gettext pkgconfig + +PACKAGECONFIG[tiny] = "--enable-tiny," -- cgit v1.2.3-54-g00ecf