mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
rt-tests: exclude another development version (1.6)
(From OE-Core rev: e5fa8b1b1d9bddf90a64aba51f491a1eaae8b50e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a21421a962
commit
11929c1f5b
@@ -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<pver>(?!1\.[2-5])(\d+(\.\d+)+))"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!1\.[2-6])(\d+(\.\d+)+))"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user