From 9afc488a1b97bfc5378f139ba04a7a5297b15fdb Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 24 Jul 2012 17:56:17 +0000 Subject: nano: add PACKAGECONFIG for 'tiny' build Signed-off-by: Christopher Larson Signed-off-by: Koen Kooi --- meta-oe/recipes-support/nano/nano.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-support/nano') 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," -- cgit 1.2.3-korg