diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-05-17 14:38:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-29 21:07:13 +0100 |
commit | 9794119e0ed4df68dced57101c3ffebfd2d44c2d (patch) | |
tree | 01b270c647109c401b849ed84e784edcbe79f7c0 /meta/recipes-rt/rt-tests | |
parent | 504623d1e6a26181564989c7d0f547ed95c2535f (diff) | |
download | poky-9794119e0ed4df68dced57101c3ffebfd2d44c2d.tar.gz |
rt-tests: fix upstream version check
(From OE-Core rev: 589ac6e789fa06ad333742c22b518bfd2161e232)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt/rt-tests')
-rw-r--r-- | meta/recipes-rt/rt-tests/rt-tests.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests.inc b/meta/recipes-rt/rt-tests/rt-tests.inc index 5606d8e385..f87952e0a8 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" | |||
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 | ||
7 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(?!1\.2)(?!1\.3)(\d+(\.\d+)+))" | ||
6 | 8 | ||
7 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
8 | 10 | ||