From: Alexander Kanavin Date: Thu, 17 May 2018 11:38:34 +0000 (+0300) Subject: rt-tests: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17842 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589ac6e789fa06ad333742c22b518bfd2161e232;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 5606d8e3851..f87952e0a8d 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"