diff options
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 2d52cab88..68bcb2efb 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," |