From: Alexander Kanavin Date: Tue, 20 Aug 2019 15:32:12 +0000 (+0200) Subject: rt-tests: exclude another development version X-Git-Tag: uninative-2.7~412 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e23adb4901e261e8c80fce92d4eca1c74b3c049c;p=openembedded-core.git rt-tests: exclude another development version Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 84a8f67bd4..227eb99b98 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc @@ -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 and 1.4 seem to be development versions -UPSTREAM_CHECK_GITTAGREGEX = "v(?P(?!1\.2)(?!1\.3)(?!1\.4)(\d+(\.\d+)+))" +# 1.2 to 1.5 seem to be development versions +UPSTREAM_CHECK_GITTAGREGEX = "v(?P(?!1\.[2-5])(\d+(\.\d+)+))" S = "${WORKDIR}/git"