[oe] [PATCH][meta-oe] nano: add PACKAGECONFIG for 'tiny' build

Christopher Larson kergoth at gmail.com
Tue Jul 24 17:56:17 UTC 2012


From: Christopher Larson <chris_larson at mentor.com>

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
---
 meta-oe/recipes-support/nano/nano.inc |    4 ++--
 1 file 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,"
-- 
1.7.9.5





More information about the Openembedded-devel mailing list