From: Alexander Kanavin Date: Thu, 17 May 2018 11:38:34 +0000 (+0300) Subject: rt-tests: fix upstream version check X-Git-Tag: uninative-2.1~124 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=589ac6e789fa06ad333742c22b518bfd2161e232;p=openembedded-core.git rt-tests: fix upstream version check 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 5606d8e385..f87952e0a8 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc @@ -3,6 +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(?!1\.2)(?!1\.3)(\d+(\.\d+)+))" S = "${WORKDIR}/git"