mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
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>
This commit is contained in:
@@ -93,6 +93,7 @@ FILES_${PN}-common = " \
|
|||||||
${datadir}/${BPN}/${VIMDIR}/tools \
|
${datadir}/${BPN}/${VIMDIR}/tools \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "ncurses-terminfo-base"
|
||||||
# Recommend that runtime data is installed along with vim
|
# Recommend that runtime data is installed along with vim
|
||||||
RRECOMMENDS_${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common"
|
RRECOMMENDS_${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user