diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-06-28 15:24:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-30 22:40:52 +0100 |
commit | b47cc35280e1d8ad13ea07c16dd4546de1a6aaa5 (patch) | |
tree | cd1fbaccf5454ebbabba5090636d38e9f308ac94 | |
parent | 7cceb15182a2b49e0ab3d73841ca13b98f02b9d5 (diff) | |
download | poky-b47cc35280e1d8ad13ea07c16dd4546de1a6aaa5.tar.gz |
rt-tests: exclude 1.4 version from upstream check as well
(From OE-Core rev: 4769f94a2cc493cdf77b9e6a41a2e9b6a9c8f52f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index f87952e0a8..84a8f67bd4 100644 --- a/meta/recipes-rt/rt-tests/rt-tests.inc +++ b/meta/recipes-rt/rt-tests/rt-tests.inc | |||
@@ -3,8 +3,8 @@ SRCREV = "dff174f994f547a5785d32454865f140daacb0f5" | |||
3 | PE = "1" | 3 | PE = "1" |
4 | 4 | ||
5 | SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git" | 5 | SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git" |
6 | # 1.2 and 1.3 seem to be development versions | 6 | # 1.2 and 1.3 and 1.4 seem to be development versions |
7 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!1\.2)(?!1\.3)(\d+(\.\d+)+))" | 7 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!1\.2)(?!1\.3)(?!1\.4)(\d+(\.\d+)+))" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||