mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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:
parent
a80fec99ea
commit
35bae5e006
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user