mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
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: a290032fe88b6bac5e789da20f88fd72febe1780) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 89f34d8aa4f4572d048dbb732ca4c83d443157fb) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
12
meta/recipes-support/vim/vim-tiny_9.0.bb
Normal file
12
meta/recipes-support/vim/vim-tiny_9.0.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
require vim.inc
|
||||
|
||||
SUMMARY += " (with tiny features)"
|
||||
|
||||
PACKAGECONFIG += "tiny"
|
||||
|
||||
do_install() {
|
||||
install -D -m 0755 ${S}/src/vim ${D}/${bindir}/vim.tiny
|
||||
}
|
||||
|
||||
ALTERNATIVE_PRIORITY = "90"
|
||||
ALTERNATIVE_TARGET = "${bindir}/vim.tiny"
|
||||
Reference in New Issue
Block a user