[oe-commits] Christopher Larson : nano: add PACKAGECONFIG for 'tiny' build

git at git.openembedded.org git at git.openembedded.org
Wed Jul 25 07:21:41 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 9afc488a1b97bfc5378f139ba04a7a5297b15fdb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9afc488a1b97bfc5378f139ba04a7a5297b15fdb

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Tue Jul 24 17:56:17 2012 +0000

nano: add PACKAGECONFIG for 'tiny' build

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-support/nano/nano.inc |    4 ++--
 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 2d52cab..68bcb2e 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,"





More information about the Openembedded-commits mailing list