summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-rt/rt-tests/rt-tests.inc
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/poky/meta/recipes-rt/rt-tests/rt-tests.inc
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/poky/meta/recipes-rt/rt-tests/rt-tests.inc')
-rw-r--r--external/poky/meta/recipes-rt/rt-tests/rt-tests.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/poky/meta/recipes-rt/rt-tests/rt-tests.inc b/external/poky/meta/recipes-rt/rt-tests/rt-tests.inc
index f87952e0..3ac39d90 100644
--- a/external/poky/meta/recipes-rt/rt-tests/rt-tests.inc
+++ b/external/poky/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 seem to be development versions
-UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!1\.2)(?!1\.3)(\d+(\.\d+)+))"
+# 1.2 to 1.5 seem to be development versions
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!1\.[2-6])(\d+(\.\d+)+))"
S = "${WORKDIR}/git"