summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:47:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-03 08:21:10 +0000
commit6f2d48512b32e36fb68eb11eb7469e9397deb6fe (patch)
treec8f2e786371bd18a37298830b765c9852620c462 /meta
parent92e71b099ab31ac1d595344580d1250ee95060da (diff)
downloadpoky-6f2d48512b32e36fb68eb11eb7469e9397deb6fe.tar.gz
glslang: upgrade 8.13.3559 -> 8.13.3743
(From OE-Core rev: 137143a0488484d39303cdd18c1f2b0bdeffc8e2) 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/glslang/glslang_8.13.3743.bb (renamed from meta/recipes-graphics/glslang/glslang_8.13.3559.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb b/meta/recipes-graphics/glslang/glslang_8.13.3743.bb
index f4014f637b..ddb90d89f2 100644
--- a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb
+++ b/meta/recipes-graphics/glslang/glslang_8.13.3743.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
8LICENSE = "BSD-3-Clause" 8LICENSE = "BSD-3-Clause"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b" 9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b"
10 10
11SRCREV = "8db9eccc0baf30c9d22c496ab28db0fe1e4e97c5" 11SRCREV = "bcf6a2430e99e8fc24f9f266e99316905e6d5134"
12SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https" 12SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https"
13UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" 13UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"