summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/vim/vim.inc4
-rw-r--r--meta/recipes-support/vim/vim_8.2.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 9e4117466e..17d1c24a7c 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -140,10 +140,6 @@ FILES:${PN}-common = " \
140 ${datadir}/icons \ 140 ${datadir}/icons \
141" 141"
142 142
143RDEPENDS:${BPN} = "ncurses-terminfo-base"
144# Recommend that runtime data is installed along with vim
145RRECOMMENDS:${BPN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common"
146
147ALTERNATIVE:${PN} = "vi vim" 143ALTERNATIVE:${PN} = "vi vim"
148ALTERNATIVE_PRIORITY = "100" 144ALTERNATIVE_PRIORITY = "100"
149ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}" 145ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}"
diff --git a/meta/recipes-support/vim/vim_8.2.bb b/meta/recipes-support/vim/vim_8.2.bb
index 3c1b98dca0..f358e61132 100644
--- a/meta/recipes-support/vim/vim_8.2.bb
+++ b/meta/recipes-support/vim/vim_8.2.bb
@@ -2,6 +2,10 @@ require vim.inc
2 2
3PROVIDES = "xxd" 3PROVIDES = "xxd"
4 4
5RDEPENDS:${PN} = "ncurses-terminfo-base"
6# Recommend that runtime data is installed along with vim
7RRECOMMENDS:${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common"
8
5PACKAGECONFIG:class-native = "" 9PACKAGECONFIG:class-native = ""
6BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"
7 11