mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
vim: bump to version 7.4.889
And also move to GitHub since Google Code is going to die soon. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a33e05abff
commit
2d8a254dd7
@ -4,10 +4,9 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
VIM_SITE = https://vim.googlecode.com/hg
|
# 7.4 release patchlevel 889
|
||||||
VIM_SITE_METHOD = hg
|
VIM_VERSION = 74b738d414b2895b3365e26ae3b7792eb82ccf47
|
||||||
# 7.4 release patchlevel 333
|
VIM_SITE = $(call github,vim,vim,$(VIM_VERSION))
|
||||||
VIM_VERSION = 8ae50e3ef8bf
|
|
||||||
# Win over busybox vi since vim is more feature-rich
|
# Win over busybox vi since vim is more feature-rich
|
||||||
VIM_DEPENDENCIES = \
|
VIM_DEPENDENCIES = \
|
||||||
ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user