From 07ff007355bde01bd880772e722e0d157c6169dd Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 1 Oct 2018 17:44:26 +0300 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/nano/nano_3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/nano/nano_3.0.bb b/meta-oe/recipes-support/nano/nano_3.0.bb index 43ab9343b9..2c7fbd549f 100644 --- a/meta-oe/recipes-support/nano/nano_3.0.bb +++ b/meta-oe/recipes-support/nano/nano_3.0.bb @@ -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]}" -- cgit v1.2.3-54-g00ecf