summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/spir/spirv-headers_1.5.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb b/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb
index 14723f951b..7a43af5e6b 100644
--- a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb
+++ b/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb
@@ -7,10 +7,11 @@ HOMEPAGE = "https://www.khronos.org/registry/spir-v"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
9 9
10SRCREV = "f027d53ded7e230e008d37c8b47ede7cd308e19d" 10SRCREV = "bcf55210f13a4fa3c3d0963b509ff1070e434c79"
11SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https" 11SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https"
12UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" 12UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14PV .= "+git${SRCPV}"
14 15
15inherit cmake 16inherit cmake
16 17