summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-06 20:52:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 00:22:13 +0000
commit36562d30192d07a3255fe4bfef22b9951d96902b (patch)
tree68cec09c1325a202eccbb796665376c0e148c48c
parentcccf02e31d257071865f6a3dc56a98cdebb7fc4b (diff)
downloadpoky-36562d30192d07a3255fe4bfef22b9951d96902b.tar.gz
vim: Upgrade 4269 -> 4134
License text underwent changes on how to submit Uganda donations, switch from http to https urls and an update date change but the license itself is unchanged. Also, add an entry for the top level license file. This is also the vim license so LICENSE is unchanged but we should monitor it too. (From OE-Core rev: 140247e499b85ef2d5c48f9723ed2e2ec9108fb1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d195005e415b0b2d7c8b0b65c0aef888d4d6fc8e) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/vim/vim.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index e2907c1f43..26310ed591 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -10,7 +10,8 @@ DEPENDS = "ncurses gettext-native"
10RSUGGESTS_${PN} = "diffutils" 10RSUGGESTS_${PN} = "diffutils"
11 11
12LICENSE = "vim" 12LICENSE = "vim"
13LIC_FILES_CHKSUM = "file://runtime/doc/uganda.txt;endline=287;md5=909f1394892b7e0f9c2a95306c0c552b" 13LIC_FILES_CHKSUM = "file://LICENSE;md5=6b30ea4fa660c483b619924bc709ef99 \
14 file://runtime/doc/uganda.txt;md5=600a38dc53e8931fdfb1238276ee09b0"
14 15
15SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \ 16SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
16 file://disable_acl_header_check.patch \ 17 file://disable_acl_header_check.patch \
@@ -20,8 +21,8 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
20 file://racefix.patch \ 21 file://racefix.patch \
21" 22"
22 23
23PV .= ".4269" 24PV .= ".4314"
24SRCREV = "48a604845e33399893d6bf293e71bcd2a412800d" 25SRCREV = "8cbf2499179db39a46e700ab04d0b36e22bcc1bb"
25 26
26# Do not consider .z in x.y.z, as that is updated with every commit 27# Do not consider .z in x.y.z, as that is updated with every commit
27UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" 28UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"