summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Moise <alexandru.moise@windriver.com>2016-08-26 12:22:56 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-05 13:30:50 +0200
commit0887841f141359acda72a5e8584bfe953bb24cdc (patch)
tree80546e37ed40fc0d0d3502d80b176bec2504495d
parentac960a64c86877de0af5d89a72aece499a51b97a (diff)
downloadmeta-openembedded-0887841f141359acda72a5e8584bfe953bb24cdc.tar.gz
vim: split tools directory into vim-tools package
Normal install of vim packs with it also the /usr/share/vim/vim*/tools directory that consist of a bunch of scripts such as "vim132" that just starts up vim in 132 column mode for VT-100 terminals and lookalikes. Created the vim-tools separate package for the tools directory. If anyone needs these scripts they can be added to the fs image together with their dependencies. Signed-off-by: Alexandru Moise <alexandru.moise@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/vim/vim_7.4.1689.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/vim/vim_7.4.1689.bb b/meta-oe/recipes-support/vim/vim_7.4.1689.bb
index 5e6282bbd..f94a49734 100644
--- a/meta-oe/recipes-support/vim/vim_7.4.1689.bb
+++ b/meta-oe/recipes-support/vim/vim_7.4.1689.bb
@@ -78,12 +78,13 @@ do_install() {
78 78
79PARALLEL_MAKEINST = "" 79PARALLEL_MAKEINST = ""
80 80
81PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc" 81PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-tools"
82FILES_${PN}-syntax = "${datadir}/${BPN}/${VIMDIR}/syntax" 82FILES_${PN}-syntax = "${datadir}/${BPN}/${VIMDIR}/syntax"
83FILES_${PN}-help = "${datadir}/${BPN}/${VIMDIR}/doc" 83FILES_${PN}-help = "${datadir}/${BPN}/${VIMDIR}/doc"
84FILES_${PN}-tutor = "${datadir}/${BPN}/${VIMDIR}/tutor ${bindir}/${BPN}tutor" 84FILES_${PN}-tutor = "${datadir}/${BPN}/${VIMDIR}/tutor ${bindir}/${BPN}tutor"
85FILES_${PN}-vimrc = "${datadir}/${BPN}/vimrc" 85FILES_${PN}-vimrc = "${datadir}/${BPN}/vimrc"
86FILES_${PN}-data = "${datadir}/${BPN}" 86FILES_${PN}-data = "${datadir}/${BPN}"
87FILES_${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools"
87FILES_${PN}-common = " \ 88FILES_${PN}-common = " \
88 ${datadir}/${BPN}/${VIMDIR}/*.vim \ 89 ${datadir}/${BPN}/${VIMDIR}/*.vim \
89 ${datadir}/${BPN}/${VIMDIR}/autoload \ 90 ${datadir}/${BPN}/${VIMDIR}/autoload \
@@ -97,7 +98,6 @@ FILES_${PN}-common = " \
97 ${datadir}/${BPN}/${VIMDIR}/plugin \ 98 ${datadir}/${BPN}/${VIMDIR}/plugin \
98 ${datadir}/${BPN}/${VIMDIR}/print \ 99 ${datadir}/${BPN}/${VIMDIR}/print \
99 ${datadir}/${BPN}/${VIMDIR}/spell \ 100 ${datadir}/${BPN}/${VIMDIR}/spell \
100 ${datadir}/${BPN}/${VIMDIR}/tools \
101" 101"
102 102
103RDEPENDS_${PN} = "ncurses-terminfo-base" 103RDEPENDS_${PN} = "ncurses-terminfo-base"