diff options
Diffstat (limited to 'meta/recipes-graphics/spir')
-rw-r--r-- | meta/recipes-graphics/spir/spirv-headers_1.5.4.bb | 3 |
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" | |||
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" |
9 | 9 | ||
10 | SRCREV = "f027d53ded7e230e008d37c8b47ede7cd308e19d" | 10 | SRCREV = "bcf55210f13a4fa3c3d0963b509ff1070e434c79" |
11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https" | 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https" |
12 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | PV .= "+git${SRCPV}" | ||
14 | 15 | ||
15 | inherit cmake | 16 | inherit cmake |
16 | 17 | ||