diff options
Diffstat (limited to 'meta-oe/recipes-support/nano/nano_8.7.1.bb')
| -rw-r--r-- | meta-oe/recipes-support/nano/nano_8.7.1.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-support/nano/nano_8.7.1.bb b/meta-oe/recipes-support/nano/nano_8.7.1.bb deleted file mode 100644 index e62529ff9b..0000000000 --- a/meta-oe/recipes-support/nano/nano_8.7.1.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "Small and friendly console text editor" | ||
| 2 | DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ | ||
| 3 | Not ANOther editor) is an enhanced clone of the \ | ||
| 4 | Pico text editor." | ||
| 5 | HOMEPAGE = "http://www.nano-editor.org/" | ||
| 6 | SECTION = "console/utils" | ||
| 7 | LICENSE = "GPL-3.0-only" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
| 9 | |||
| 10 | DEPENDS = "ncurses" | ||
| 11 | RDEPENDS:${PN} = "ncurses-terminfo-base" | ||
| 12 | |||
| 13 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" | ||
| 14 | |||
| 15 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" | ||
| 16 | SRC_URI[sha256sum] = "76f0dcb248f2e2f1251d4ecd20fd30fb400a360a3a37c6c340e0a52c2d1cdedf" | ||
| 17 | |||
| 18 | UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano" | ||
| 19 | |||
| 20 | inherit autotools gettext pkgconfig | ||
| 21 | |||
| 22 | PACKAGECONFIG[tiny] = "--enable-tiny," | ||
