From: Robert Yang Date: Wed, 28 Oct 2020 08:41:51 +0000 (-0700) Subject: minicom: RDEPENDS on ncurses-terminfo-base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363e2cee21686c24ac32dbf47a299f885709be8b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git minicom: RDEPENDS on ncurses-terminfo-base Fixed when ncurses-terminfo-base is not installed: $ minicom No termcap database present! Signed-off-by: Robert Yang --- diff --git a/meta/recipes-extended/minicom/minicom_2.7.1.bb b/meta/recipes-extended/minicom/minicom_2.7.1.bb index 03034864c8d..6d61684e69f 100644 --- a/meta/recipes-extended/minicom/minicom_2.7.1.bb +++ b/meta/recipes-extended/minicom/minicom_2.7.1.bb @@ -29,3 +29,5 @@ do_install() { } RRECOMMENDS_${PN} += "lrzsz" + +RDEPENDS_${PN} += "ncurses-terminfo-base"