diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-15 23:40:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-17 09:56:14 +0000 |
commit | 9afce96eba7d192b99d583193bad6cf8744ff367 (patch) | |
tree | 16ce8f8f30550d43a554969f07d49585b9fd7069 /meta/recipes-support/vim | |
parent | fbd6f5d30dfae279aaa4fe303a1a6db9cb789a6c (diff) | |
download | poky-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.inc | 3 |
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 \ | |||
23 | PV .= ".3752" | 23 | PV .= ".3752" |
24 | SRCREV = "8603be338ac810446f23c092f21bc6082f787519" | 24 | SRCREV = "8603be338ac810446f23c092f21bc6082f787519" |
25 | 25 | ||
26 | # Remove when 8.3 is out | ||
27 | UPSTREAM_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 |
27 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" | 30 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0" |
28 | 31 | ||