summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glslang
diff options
context:
space:
mode:
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"
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 = "bcf6a2430e99e8fc24f9f266e99316905e6d5134" 11SRCREV = "e05cc20ec20a154d94256c744a3837c23719c0f9"
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"
15 15
16PV = "8.13.3743+git${SRCPV}"
17
16inherit cmake python3native 18inherit cmake python3native
17 19
18BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"