diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:47:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:10 +0000 |
commit | ecb65340d9bda71c1602355615b335c95aabebb7 (patch) | |
tree | 397952882d49298284eaa1313808d0c0341d8f91 /meta/recipes-graphics | |
parent | 6f2d48512b32e36fb68eb11eb7469e9397deb6fe (diff) | |
download | poky-ecb65340d9bda71c1602355615b335c95aabebb7.tar.gz |
glslang: bump to a newer commit
This is needed to support the latest release of shaderc.
(From OE-Core rev: 1a55c32875f6ab324e05489c0f7c0816417a4dcf)
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.3743.bb | 4 |
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" | |||
8 | LICENSE = "BSD-3-Clause" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b" |
10 | 10 | ||
11 | SRCREV = "bcf6a2430e99e8fc24f9f266e99316905e6d5134" | 11 | SRCREV = "e05cc20ec20a154d94256c744a3837c23719c0f9" |
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 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" |
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | PV = "8.13.3743+git${SRCPV}" | ||
17 | |||
16 | inherit cmake python3native | 18 | inherit cmake python3native |
17 | 19 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |