mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
spirv-headers: update to latest revision
This is required by latest release of spirv-tools. (From OE-Core rev: 0afd46a3d864a1e86f211636a318e9a749756071) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b771abc57a
commit
ea08b83d94
@@ -7,10 +7,11 @@ HOMEPAGE = "https://www.khronos.org/registry/spir-v"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
|
||||
|
||||
SRCREV = "f027d53ded7e230e008d37c8b47ede7cd308e19d"
|
||||
SRCREV = "bcf55210f13a4fa3c3d0963b509ff1070e434c79"
|
||||
SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
|
||||
S = "${WORKDIR}/git"
|
||||
PV .= "+git${SRCPV}"
|
||||
|
||||
inherit cmake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user