Files
meta-openembedded/meta-oe/recipes-support/vim/vim-tiny_8.0.0022.bb
T
Paul Barker 9af1859ed1 vim: Update to v8.0.0022
v8.0.0022 is currently used in Debian Testing.

In the license file (uganda.txt) only the version number has changed.

The new version installs icons for gvim into /usr/share/icons. For now these are
just placed in the vim-common package as they use only a kB or so.

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-10-26 10:28:40 +02:00

14 lines
254 B
BlitzBasic

require vim_${PV}.bb
SUMMARY += " (with tiny features)"
PACKAGECONFIG += "tiny"
do_install() {
install -d ${D}/${bindir}
install -m 0755 ${S}/vim ${D}/${bindir}/vim.tiny
}
ALTERNATIVE_PRIORITY = "90"
ALTERNATIVE_TARGET = "${bindir}/vim.tiny"