vim/vim-tiny: upgrade 8.1.0172 -> 8.1.0347

The license file changed because the vim format tag
on the last line of the file changed. Specify the
the license end line to avoid this problem.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Randy MacLeod
2018-09-05 14:15:08 -04:00
committed by Khem Raj
parent e518bfe931
commit 3798321fc9
2 changed files with 2 additions and 2 deletions
@@ -0,0 +1,14 @@
require vim_${PV}.bb
SUMMARY += " (with tiny features)"
PROVIDES_remove = "xxd"
PACKAGECONFIG += "tiny"
do_install() {
install -D -m 0755 ${S}/vim ${D}/${bindir}/vim.tiny
}
ALTERNATIVE_PRIORITY = "90"
ALTERNATIVE_TARGET = "${bindir}/vim.tiny"