diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2012-07-24 17:56:17 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-25 09:18:12 +0200 |
| commit | 9afc488a1b97bfc5378f139ba04a7a5297b15fdb (patch) | |
| tree | 8cb7e31fd53599c190ca617f2fec69d95202fa1b /meta-oe | |
| parent | 3b38fe66a86e4db8d5427dc600912c481b529372 (diff) | |
| download | meta-openembedded-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')
| -rw-r--r-- | 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 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" | |||
| 8 | DEPENDS = "ncurses" | 8 | DEPENDS = "ncurses" |
| 9 | RDEPENDS_${PN} = "ncurses-terminfo" | 9 | RDEPENDS_${PN} = "ncurses-terminfo" |
| 10 | 10 | ||
| 11 | INC_PR = "r2" | 11 | INC_PR = "r3" |
| 12 | 12 | ||
| 13 | PV_MAJOR = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | 13 | PV_MAJOR = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
| 14 | 14 | ||
| @@ -16,4 +16,4 @@ SRC_URI = "http://www.nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz" | |||
| 16 | 16 | ||
| 17 | inherit autotools gettext | 17 | inherit autotools gettext |
| 18 | 18 | ||
| 19 | EXTRA_OECONF = "--enable-all" | 19 | PACKAGECONFIG[tiny] = "--enable-tiny,--enable-all," |
