From: Alexander Kanavin Date: Mon, 20 Jan 2020 17:25:01 +0000 (+0100) Subject: rt-tests: exclude another development version (1.6) X-Git-Tag: uninative-2.8~475 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e5fa8b1b1d9bddf90a64aba51f491a1eaae8b50e;p=openembedded-core.git rt-tests: exclude another development version (1.6) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 227eb99b98..3ac39d90c3 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc @@ -4,7 +4,7 @@ PE = "1" SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git" # 1.2 to 1.5 seem to be development versions -UPSTREAM_CHECK_GITTAGREGEX = "v(?P(?!1\.[2-5])(\d+(\.\d+)+))" +UPSTREAM_CHECK_GITTAGREGEX = "v(?P(?!1\.[2-6])(\d+(\.\d+)+))" S = "${WORKDIR}/git"