summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/vim')
-rw-r--r--meta/recipes-support/vim/vim_8.2.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-support/vim/vim_8.2.bb b/meta/recipes-support/vim/vim_8.2.bb
index f358e61132..fee9f055e9 100644
--- a/meta/recipes-support/vim/vim_8.2.bb
+++ b/meta/recipes-support/vim/vim_8.2.bb
@@ -2,14 +2,18 @@ require vim.inc
2 2
3PROVIDES = "xxd" 3PROVIDES = "xxd"
4 4
5RDEPENDS:${PN} = "ncurses-terminfo-base" 5RDEPENDS:${PN} = "ncurses-terminfo-base ${PN}-xxd"
6# Recommend that runtime data is installed along with vim 6# Recommend that runtime data is installed along with vim
7RRECOMMENDS:${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" 7RRECOMMENDS:${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common"
8 8
9PACKAGECONFIG:class-native = "" 9PACKAGECONFIG:class-native = ""
10BBCLASSEXTEND = "native nativesdk" 10BBCLASSEXTEND = "native nativesdk"
11 11
12ALTERNATIVE:${PN}:append = " xxd" 12PACKAGES =+ "${PN}-xxd"
13FILES:${PN}-xxd = "${bindir}/xxd"
14RPROVIDES:${PN}-xxd = "xxd"
15
16ALTERNATIVE:${PN}-xxd = "xxd"
13ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" 17ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd"
14ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" 18ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd"
15 19