aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nano/nano.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/nano/nano.inc')
-rw-r--r--meta-oe/recipes-support/nano/nano.inc10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc
index 0f31c6c165..8a1d71f642 100644
--- a/meta-oe/recipes-support/nano/nano.inc
+++ b/meta-oe/recipes-support/nano/nano.inc
@@ -5,15 +5,13 @@ HOMEPAGE = "http://www.nano-editor.org/"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
SECTION = "console/utils"
-DEPENDS = "ncurses"
+DEPENDS = "ncurses file"
RDEPENDS_${PN} = "ncurses-terminfo"
-INC_PR = "r3"
-
PV_MAJOR = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
-SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
+SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
-inherit autotools gettext
+inherit autotools gettext pkgconfig
-PACKAGECONFIG[tiny] = "--enable-tiny,--enable-all,"
+PACKAGECONFIG[tiny] = "--enable-tiny,"