Files
meta-openembedded/meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb
T
Randy MacLeod 3798321fc9 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>
2018-09-05 13:59:16 -07:00

15 lines
252 B
BlitzBasic

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"