mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:33:28 +00:00
nano: add PACKAGECONFIG for 'tiny' build
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
3b38fe66a8
commit
9afc488a1b
@ -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,"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user