summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glslang
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:47:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-03 08:20:41 +0000
commit1a55c32875f6ab324e05489c0f7c0816417a4dcf (patch)
tree54f2348273471ab401c626098441c038eb0eeda9 /meta/recipes-graphics/glslang
parent137143a0488484d39303cdd18c1f2b0bdeffc8e2 (diff)
downloadopenembedded-core-contrib-1a55c32875f6ab324e05489c0f7c0816417a4dcf.tar.gz
glslang: bump to a newer commit
This is needed to support the latest release of shaderc. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/glslang')
-rw-r--r--meta/recipes-graphics/glslang/glslang_8.13.3743.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_8.13.3743.bb b/meta/recipes-graphics/glslang/glslang_8.13.3743.bb
index ddb90d89f2..2c4f4be5a2 100644
--- a/meta/recipes-graphics/glslang/glslang_8.13.3743.bb
+++ b/meta/recipes-graphics/glslang/glslang_8.13.3743.bb
@@ -8,11 +8,13 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b"
-SRCREV = "bcf6a2430e99e8fc24f9f266e99316905e6d5134"
+SRCREV = "e05cc20ec20a154d94256c744a3837c23719c0f9"
SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https"
UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
S = "${WORKDIR}/git"
+PV = "8.13.3743+git${SRCPV}"
+
inherit cmake python3native
BBCLASSEXTEND = "native nativesdk"