diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-10-16 17:04:05 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-18 10:47:43 +0200 |
commit | 71d2fe7c9e2681fede255d7f5b430d63a122ab18 (patch) | |
tree | 99c74c26db2e7fed37cdbd8df2e0467ff10a5edf /meta-oe/recipes-support/vim | |
parent | fa04f43dee6994bb63374995a6444e72d65bc658 (diff) | |
download | meta-openembedded-71d2fe7c9e2681fede255d7f5b430d63a122ab18.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/vim')
-rw-r--r-- | meta-oe/recipes-support/vim/vim_7.4.373.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 81c0ddf80..14fee3efe 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 = " \ | |||
93 | ${datadir}/${BPN}/${VIMDIR}/tools \ | 93 | ${datadir}/${BPN}/${VIMDIR}/tools \ |
94 | " | 94 | " |
95 | 95 | ||
96 | RDEPENDS_${PN} = "ncurses-terminfo-base" | ||
96 | # Recommend that runtime data is installed along with vim | 97 | # Recommend that runtime data is installed along with vim |
97 | RRECOMMENDS_${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" | 98 | RRECOMMENDS_${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" |
98 | 99 | ||