summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-12-15 23:40:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-23 23:43:43 +0000
commit4359fb29f96e035e927280e09b8d38e6df94d49e (patch)
treea51aa83163587d2d662b49363acf35b02f303214 /meta/recipes-support
parentdffd5c120b81886ea05242d16d99bc04f236f310 (diff)
downloadpoky-4359fb29f96e035e927280e09b8d38e6df94d49e.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: 3db417e002684b4f09c52997017bed139ad95f5f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 11d8ee09b1bdec4824203dc0169093b2ae9d101a) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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 39c0fda76f..1c7256c97c 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