summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-support/vim
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vim')
-rw-r--r--meta/recipes-support/vim/vim.inc24
-rw-r--r--meta/recipes-support/vim/vim_8.2.bb4
2 files changed, 14 insertions, 14 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index 878d0f18ae..9e4117466e 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -7,7 +7,7 @@ BUGTRACKER = "https://github.com/vim/vim/issues"
7 7
8DEPENDS = "ncurses gettext-native" 8DEPENDS = "ncurses gettext-native"
9# vimdiff doesn't like busybox diff 9# vimdiff doesn't like busybox diff
10RSUGGESTS_${PN} = "diffutils" 10RSUGGESTS:${PN} = "diffutils"
11LICENSE = "vim" 11LICENSE = "vim"
12LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=a19edd7ec70d573a005d9e509375a99a" 12LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=a19edd7ec70d573a005d9e509375a99a"
13 13
@@ -113,18 +113,18 @@ do_install() {
113PARALLEL_MAKEINST = "" 113PARALLEL_MAKEINST = ""
114 114
115PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-tools" 115PACKAGES =+ "${PN}-common ${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-tools"
116FILES_${PN}-syntax = "${datadir}/${BPN}/${VIMDIR}/syntax" 116FILES:${PN}-syntax = "${datadir}/${BPN}/${VIMDIR}/syntax"
117FILES_${PN}-help = "${datadir}/${BPN}/${VIMDIR}/doc" 117FILES:${PN}-help = "${datadir}/${BPN}/${VIMDIR}/doc"
118FILES_${PN}-tutor = "${datadir}/${BPN}/${VIMDIR}/tutor ${bindir}/${BPN}tutor" 118FILES:${PN}-tutor = "${datadir}/${BPN}/${VIMDIR}/tutor ${bindir}/${BPN}tutor"
119FILES_${PN}-vimrc = "${datadir}/${BPN}/vimrc" 119FILES:${PN}-vimrc = "${datadir}/${BPN}/vimrc"
120FILES_${PN}-data = "${datadir}/${BPN}" 120FILES:${PN}-data = "${datadir}/${BPN}"
121 121
122# We do not want to complain if perl or gawk are not on the target. 122# We do not want to complain if perl or gawk are not on the target.
123# 123#
124FILES_${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools" 124FILES:${PN}-tools = "${datadir}/${BPN}/${VIMDIR}/tools"
125INSANE_SKIP_${PN}-tools = "file-rdeps" 125INSANE_SKIP:${PN}-tools = "file-rdeps"
126 126
127FILES_${PN}-common = " \ 127FILES:${PN}-common = " \
128 ${datadir}/${BPN}/${VIMDIR}/*.vim \ 128 ${datadir}/${BPN}/${VIMDIR}/*.vim \
129 ${datadir}/${BPN}/${VIMDIR}/autoload \ 129 ${datadir}/${BPN}/${VIMDIR}/autoload \
130 ${datadir}/${BPN}/${VIMDIR}/colors \ 130 ${datadir}/${BPN}/${VIMDIR}/colors \
@@ -140,11 +140,11 @@ FILES_${PN}-common = " \
140 ${datadir}/icons \ 140 ${datadir}/icons \
141" 141"
142 142
143RDEPENDS_${BPN} = "ncurses-terminfo-base" 143RDEPENDS:${BPN} = "ncurses-terminfo-base"
144# Recommend that runtime data is installed along with vim 144# Recommend that runtime data is installed along with vim
145RRECOMMENDS_${BPN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" 145RRECOMMENDS:${BPN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common"
146 146
147ALTERNATIVE_${PN} = "vi vim" 147ALTERNATIVE:${PN} = "vi vim"
148ALTERNATIVE_PRIORITY = "100" 148ALTERNATIVE_PRIORITY = "100"
149ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}" 149ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}"
150ALTERNATIVE_LINK_NAME[vi] = "${base_bindir}/vi" 150ALTERNATIVE_LINK_NAME[vi] = "${base_bindir}/vi"
diff --git a/meta/recipes-support/vim/vim_8.2.bb b/meta/recipes-support/vim/vim_8.2.bb
index 7e4654e472..3c1b98dca0 100644
--- a/meta/recipes-support/vim/vim_8.2.bb
+++ b/meta/recipes-support/vim/vim_8.2.bb
@@ -2,10 +2,10 @@ require vim.inc
2 2
3PROVIDES = "xxd" 3PROVIDES = "xxd"
4 4
5PACKAGECONFIG_class-native = "" 5PACKAGECONFIG:class-native = ""
6BBCLASSEXTEND = "native nativesdk" 6BBCLASSEXTEND = "native nativesdk"
7 7
8ALTERNATIVE_${PN}_append = " xxd" 8ALTERNATIVE:${PN}:append = " xxd"
9ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" 9ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd"
10ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" 10ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd"
11 11