[oe-commits] [meta-openembedded] 02/06: nano: upgrade to 3.0

git at git.openembedded.org git at git.openembedded.org
Tue Sep 11 00:02:16 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2c3aa1e4b6dd129ef428846a0bc36a2ace5942c9
Author: Oleksandr Kravchuk <open.source at oleksandr-kravchuk.com>
AuthorDate: Mon Sep 10 01:00:43 2018 +0200

    nano: upgrade to 3.0
    
    Signed-off-by: Oleksandr Kravchuk <dev at sashko.rv.ua>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/nano/nano_2.9.8.bb             | 4 ----
 meta-oe/recipes-support/nano/{nano.inc => nano_3.0.bb} | 5 ++++-
 2 files changed, 4 insertions(+), 5 deletions(-)

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 aa6e9ff..0000000
--- 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.inc b/meta-oe/recipes-support/nano/nano_3.0.bb
similarity index 72%
rename from meta-oe/recipes-support/nano/nano.inc
rename to meta-oe/recipes-support/nano/nano_3.0.bb
index 22f0fb2..43ab934 100644
--- a/meta-oe/recipes-support/nano/nano.inc
+++ b/meta-oe/recipes-support/nano/nano_3.0.bb
@@ -8,10 +8,13 @@ SECTION = "console/utils"
 DEPENDS = "ncurses file"
 RDEPENDS_${PN} = "ncurses-terminfo"
 
-PV_MAJOR = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
+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,"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list