diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:47:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:10 +0000 |
commit | 92e71b099ab31ac1d595344580d1250ee95060da (patch) | |
tree | 6323e1a6fca1789cb2c69c328dad78ff28ad3c36 /meta/recipes-graphics | |
parent | 5cf7c8c8b667a63f5e1f87618dcfc1aa3f9a50df (diff) | |
download | poky-92e71b099ab31ac1d595344580d1250ee95060da.tar.gz |
glslang: fix upstream version check
(From OE-Core rev: 8bf099e40abfccdf57aa79e9ecd048f1fdb308f1)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/glslang/glslang_8.13.3559.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb b/meta/recipes-graphics/glslang/glslang_8.13.3559.bb index 6d92513bd9..f4014f637b 100644 --- a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb +++ b/meta/recipes-graphics/glslang/glslang_8.13.3559.bb | |||
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b" | |||
10 | 10 | ||
11 | SRCREV = "8db9eccc0baf30c9d22c496ab28db0fe1e4e97c5" | 11 | SRCREV = "8db9eccc0baf30c9d22c496ab28db0fe1e4e97c5" |
12 | SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https" | 12 | SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https" |
13 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | ||
13 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
14 | 15 | ||
15 | inherit cmake python3native | 16 | inherit cmake python3native |