aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nano/nano.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nano/nano.inc')
-rw-r--r--recipes/nano/nano.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/nano/nano.inc b/recipes/nano/nano.inc
index 2aaaedc482..cc8c75d1c4 100644
--- a/recipes/nano/nano.inc
+++ b/recipes/nano/nano.inc
@@ -5,13 +5,14 @@ HOMEPAGE = "http://www.nano-editor.org/"
LICENSE = "GPLv2"
SECTION = "console/utils"
DEPENDS = "ncurses"
+RDEPENDS_${PN} = "ncurses-terminfo"
-INC_PR = "r0"
+INC_PR = "r2"
PV_MAJOR = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
SRC_URI = "http://www.nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
-inherit autotools
+inherit autotools gettext
EXTRA_OECONF = "--enable-all"