mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +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:
@@ -6,7 +6,7 @@ LICENSE = "GPLv3"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
DEPENDS = "ncurses file"
|
DEPENDS = "ncurses file"
|
||||||
RDEPENDS_${PN} = "ncurses-terminfo"
|
RDEPENDS_${PN} = "ncurses-terminfo-base"
|
||||||
|
|
||||||
PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
|
PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user