aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nano
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2012-07-24 17:56:17 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-25 09:18:12 +0200
commit9afc488a1b97bfc5378f139ba04a7a5297b15fdb (patch)
tree8cb7e31fd53599c190ca617f2fec69d95202fa1b /meta-oe/recipes-support/nano
parent3b38fe66a86e4db8d5427dc600912c481b529372 (diff)
downloadmeta-openembedded-contrib-9afc488a1b97bfc5378f139ba04a7a5297b15fdb.tar.gz
nano: add PACKAGECONFIG for 'tiny' build
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/nano')
-rw-r--r--meta-oe/recipes-support/nano/nano.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nano/nano.inc b/meta-oe/recipes-support/nano/nano.inc
index 2d52cab880..68bcb2efb7 100644
--- a/meta-oe/recipes-support/nano/nano.inc
+++ b/meta-oe/recipes-support/nano/nano.inc
@@ -8,7 +8,7 @@ SECTION = "console/utils"
DEPENDS = "ncurses"
RDEPENDS_${PN} = "ncurses-terminfo"
-INC_PR = "r2"
+INC_PR = "r3"
PV_MAJOR = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
@@ -16,4 +16,4 @@ SRC_URI = "http://www.nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz"
inherit autotools gettext
-EXTRA_OECONF = "--enable-all"
+PACKAGECONFIG[tiny] = "--enable-tiny,--enable-all,"