vim: update to 8.1.0172

Update vim to the latest version 8.1.0172.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi 2018-07-09 18:13:19 +03:00 committed by Khem Raj
parent a80fec99ea
commit 35bae5e006
2 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,7 @@ SUMMARY += " (with tiny features)"
PACKAGECONFIG += "tiny"
do_install() {
install -d ${D}/${bindir}
install -m 0755 ${S}/vim ${D}/${bindir}/vim.tiny
install -D -m 0755 ${S}/vim ${D}/${bindir}/vim.tiny
}
ALTERNATIVE_PRIORITY = "90"

View File

@ -10,7 +10,7 @@ SRC_URI = "git://github.com/vim/vim.git \
file://disable_acl_header_check.patch;patchdir=.. \
file://vim-add-knob-whether-elf.h-are-checked.patch;patchdir=.. \
"
SRCREV = "a87b72cc316e065d66dcbcf7ec1cde330adef3a3"
SRCREV = "c229e54a69468722ca2449e807e90445b7479659"
S = "${WORKDIR}/git/src"