diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-02-08 11:59:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-09 08:56:10 +0000 |
commit | c1335d558f819632c1c3ea8cfc30d144abebd415 (patch) | |
tree | 0497fb13b5be3ac7808a48d96d2802a88234984d /meta | |
parent | 2f82cf5a4260d77f0ddaba768a5530abadd60316 (diff) | |
download | poky-c1335d558f819632c1c3ea8cfc30d144abebd415.tar.gz |
spirv-tools: correct version check
(From OE-Core rev: e4ef9eaea1e05975bd09b838e6ba35cc56da37d6)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/spir/spirv-tools_2020.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/spir/spirv-tools_2020.6.bb b/meta/recipes-graphics/spir/spirv-tools_2020.6.bb index 142065fd07..b1899d3957 100644 --- a/meta/recipes-graphics/spir/spirv-tools_2020.6.bb +++ b/meta/recipes-graphics/spir/spirv-tools_2020.6.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
8 | 8 | ||
9 | SRCREV = "b27b1afd12d05bf238ac7368bb49de73cd620a8e" | 9 | SRCREV = "b27b1afd12d05bf238ac7368bb49de73cd620a8e" |
10 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git" | 10 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git" |
11 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>\d+(\.\d+)+)$" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | inherit cmake python3native | 14 | inherit cmake python3native |