mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
nano: upgrade to 3.0
Signed-off-by: Oleksandr Kravchuk <dev@sashko.rv.ua> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
2d5b455f09
commit
2c3aa1e4b6
@@ -1,4 +0,0 @@
|
||||
include nano.inc
|
||||
|
||||
SRC_URI[md5sum] = "31714360342f9baa344e2fa574c144db"
|
||||
SRC_URI[sha256sum] = "c2deac31ba4d3fd27a42fafcc47ccf499296cc69a422bbecab63f2933ea85488"
|
||||
@@ -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,"
|
||||
Reference in New Issue
Block a user