added my Recipes
This commit is contained in:
22
meta-openembedded/meta-oe/recipes-support/nano/nano_7.2.bb
Normal file
22
meta-openembedded/meta-oe/recipes-support/nano/nano_7.2.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
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 = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
||||
|
||||
DEPENDS = "ncurses file"
|
||||
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] = "86f3442768bd2873cec693f83cdf80b4b444ad3cc14760b74361474fc87a4526"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
|
||||
|
||||
inherit autotools gettext pkgconfig
|
||||
|
||||
PACKAGECONFIG[tiny] = "--enable-tiny,"
|
||||
Reference in New Issue
Block a user