mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
nano: Depend only on ncurses-terminfo-base
nano is a popular choice for a small user-friendly editor on embedded systems. Depending only on ncurses-terminfo-base instead of ncurses-terminfo saves over 3 MB, and is sufficient in practice. The vim recipe already depends only on ncurses-terminfo-base. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
36983fea5e
commit
07ff007355
@ -6,7 +6,7 @@ LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
||||
SECTION = "console/utils"
|
||||
DEPENDS = "ncurses file"
|
||||
RDEPENDS_${PN} = "ncurses-terminfo"
|
||||
RDEPENDS_${PN} = "ncurses-terminfo-base"
|
||||
|
||||
PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user