]> code.ossystems Code Review - openembedded-core.git/commitdiff
vim: update from 8.1.1518 to 8.2
authorOleg Polyakov <Oleg.Polyakov@windriver.com>
Wed, 15 Jan 2020 19:38:05 +0000 (11:38 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jan 2020 13:24:31 +0000 (13:24 +0000)
vim-tiny: update from 8.1.1518 to 8.2
The date in the license was updated to 2020 and
a trailing space was removed from one line.

Signed-off-by: Oleg Polyakov <Oleg.Polyakov@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/vim/vim-tiny_8.2.bb [moved from meta/recipes-support/vim/vim-tiny_8.1.1518.bb with 100% similarity]
meta/recipes-support/vim/vim.inc
meta/recipes-support/vim/vim_8.2.bb [moved from meta/recipes-support/vim/vim_8.1.1518.bb with 100% similarity]

index 5a1bea69854e7da14c3443ab4de0e05b54844790..e0673a7810e484681908d0d75b3bcc2a687f9bec 100644 (file)
@@ -5,14 +5,14 @@ DEPENDS = "ncurses gettext-native"
 # vimdiff doesn't like busybox diff
 RSUGGESTS_${PN} = "diffutils"
 LICENSE = "vim"
-LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=f1f82b42360005c70b8c19b0ef493f72"
+LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=a19edd7ec70d573a005d9e509375a99a"
 
 SRC_URI = "git://github.com/vim/vim.git \
            file://disable_acl_header_check.patch \
            file://vim-add-knob-whether-elf.h-are-checked.patch \
            file://0001-src-Makefile-improve-reproducibility.patch \
 "
-SRCREV = "202d982b36d87cf91d992bd7e30d3223bdc72cd9"
+SRCREV = "98056533b96b6b5d8849641de93185dd7bcadc44"
 
 # Do not consider .z in x.y.z, as that is updated with every commit
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"