]> code.ossystems Code Review - openembedded-core.git/commitdiff
rt-tests: exclude 1.4 version from upstream check as well
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 28 Jun 2019 13:24:52 +0000 (15:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jun 2019 11:40:14 +0000 (12:40 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-rt/rt-tests/rt-tests.inc

index f87952e0a8d1a5e9d7eb7ce828a169f28f414969..84a8f67bd4505a62b8a6aec6988ddcb7e9a3295d 100644 (file)
@@ -3,8 +3,8 @@ SRCREV = "dff174f994f547a5785d32454865f140daacb0f5"
 PE = "1"
 
 SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git"
-# 1.2 and 1.3 seem to be development versions
-UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!1\.2)(?!1\.3)(\d+(\.\d+)+))"
+# 1.2 and 1.3 and 1.4 seem to be development versions
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!1\.2)(?!1\.3)(?!1\.4)(\d+(\.\d+)+))"
 
 S = "${WORKDIR}/git"