summaryrefslogtreecommitdiffstats
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:04 +0000
commit11d8ee09b1bdec4824203dc0169093b2ae9d101a (patch)
tree2bd8b60e64420d2948ce2d9b1f72c75cd34c7970
parent84de86213709abbd9dd3c61105652e7fafce5615 (diff)
downloadopenembedded-core-contrib-11d8ee09b1bdec4824203dc0169093b2ae9d101a.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. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 \
PV .= ".3752"
SRCREV = "8603be338ac810446f23c092f21bc6082f787519"
+# Remove when 8.3 is out
+UPSTREAM_VERSION_UNKNOWN = "1"
+
# Do not consider .z in x.y.z, as that is updated with every commit
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+)\.0"