[oe-commits] Chen Qi : vim: add ncurses-terminfo-base as a runtime dependency

git at git.openembedded.org git at git.openembedded.org
Sat Oct 18 08:48:45 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 71d2fe7c9e2681fede255d7f5b430d63a122ab18
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=71d2fe7c9e2681fede255d7f5b430d63a122ab18

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Thu Oct 16 17:04:05 2014 +0800

vim: add ncurses-terminfo-base as a runtime dependency

Without this patch, we may have problem using vim.
Steps to reproduce the problem is as follows:
1. Set NO_RECOMMENDATIONS to "1".
2. bitbake core-image-minimal
3. runqemu qemux86
4. On target, execute `vi 1.txt'.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/vim/vim_7.4.373.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/vim/vim_7.4.373.bb b/meta-oe/recipes-support/vim/vim_7.4.373.bb
index 81c0ddf..14fee3e 100644
--- a/meta-oe/recipes-support/vim/vim_7.4.373.bb
+++ b/meta-oe/recipes-support/vim/vim_7.4.373.bb
@@ -93,6 +93,7 @@ FILES_${PN}-common = " \
     ${datadir}/${BPN}/${VIMDIR}/tools \
 "
 
+RDEPENDS_${PN} = "ncurses-terminfo-base"
 # Recommend that runtime data is installed along with vim
 RRECOMMENDS_${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common"
 



More information about the Openembedded-commits mailing list