[oe-commits] [meta-openembedded] 03/09: nano: Depend only on ncurses-terminfo-base

git at git.openembedded.org git at git.openembedded.org
Thu Oct 4 06:51:22 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 07ff007355bde01bd880772e722e0d157c6169dd
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Mon Oct 1 17:44:26 2018 +0300

    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 at stusta.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 43ab934..2c7fbd5 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]}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list