summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim/vim_8.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-29 14:15:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-30 10:27:17 +0100
commit38f3d1749b762bebad3a04d2d324ac2b3b064315 (patch)
treea093255ec4bd13e2c17a308c2b40dd752377950f /meta/recipes-support/vim/vim_8.2.bb
parent701ac97c156adb67b367a90adbfeb29cb3019b67 (diff)
downloadpoky-38f3d1749b762bebad3a04d2d324ac2b3b064315.tar.gz
vim: 8.2.5083 -> 9.0.0005
The license checksum changed due to a major version change in the referenced file. (From OE-Core rev: 89f34d8aa4f4572d048dbb732ca4c83d443157fb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vim/vim_8.2.bb')
-rw-r--r--meta/recipes-support/vim/vim_8.2.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-support/vim/vim_8.2.bb b/meta/recipes-support/vim/vim_8.2.bb
deleted file mode 100644
index fee9f055e9..0000000000
--- a/meta/recipes-support/vim/vim_8.2.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1require vim.inc
2
3PROVIDES = "xxd"
4
5RDEPENDS:${PN} = "ncurses-terminfo-base ${PN}-xxd"
6# Recommend that runtime data is installed along with vim
7RRECOMMENDS:${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common"
8
9PACKAGECONFIG:class-native = ""
10BBCLASSEXTEND = "native nativesdk"
11
12PACKAGES =+ "${PN}-xxd"
13FILES:${PN}-xxd = "${bindir}/xxd"
14RPROVIDES:${PN}-xxd = "xxd"
15
16ALTERNATIVE:${PN}-xxd = "xxd"
17ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd"
18ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd"
19
20# We override the default in security_flags.inc because vim (not vim-tiny!) will abort
21# in many places for _FORTIFY_SOURCE=2. Security flags become part of CC.
22#
23lcl_maybe_fortify = "${@oe.utils.conditional('DEBUG_BUILD','1','','-D_FORTIFY_SOURCE=1',d)}"