summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-15 23:40:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-17 09:56:14 +0000
commit9afce96eba7d192b99d583193bad6cf8744ff367 (patch)
tree16ce8f8f30550d43a554969f07d49585b9fd7069 /meta/recipes-support/vim
parentfbd6f5d30dfae279aaa4fe303a1a6db9cb789a6c (diff)
downloadpoky-9afce96eba7d192b99d583193bad6cf8744ff367.tar.gz
vim: do not report upstream version check as broken
As upstream tags point releases with every commit and the version check still reports 8.2, it should not be considered broken (e.g. current version newer than latest version) until 8.3 is released. (From OE-Core rev: 11d8ee09b1bdec4824203dc0169093b2ae9d101a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vim')
-rw-r--r--meta/recipes-support/vim/vim.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index dc11a0aabb..34963054fd 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -23,6 +23,9 @@ SRC_URI = "git://github.com/vim/vim.git;branch=master;protocol=https \
23PV .= ".3752" 23PV .= ".3752"
24SRCREV = "8603be338ac810446f23c092f21bc6082f787519" 24SRCREV = "8603be338ac810446f23c092f21bc6082f787519"
25 25
26# Remove when 8.3 is out
27UPSTREAM_VERSION_UNKNOWN = "1"
28
26# Do not consider .z in x.y.z, as that is updated with every commit 29# Do not consider .z in x.y.z, as that is updated with every commit
27UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" 30UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"
28 31