summaryrefslogtreecommitdiffstats
path: root/recipes-downgrade/spir/spirv-headers_1.3.261.1.imx.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-downgrade/spir/spirv-headers_1.3.261.1.imx.bb')
-rw-r--r--recipes-downgrade/spir/spirv-headers_1.3.261.1.imx.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-downgrade/spir/spirv-headers_1.3.261.1.imx.bb b/recipes-downgrade/spir/spirv-headers_1.3.261.1.imx.bb
new file mode 100644
index 00000000..945f0879
--- /dev/null
+++ b/recipes-downgrade/spir/spirv-headers_1.3.261.1.imx.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Machine-readable files for the SPIR-V Registry"
2SECTION = "graphics"
3HOMEPAGE = "https://www.khronos.org/registry/spir-v"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
6
7SRCREV = "124a9665e464ef98b8b718d572d5f329311061eb"
8SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
9PE = "1"
10# These recipes need to be updated in lockstep with each other:
11# glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools
12# The tags versions should always be sdk-x.y.z, as this is what
13# upstream considers a release.
14UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
15S = "${WORKDIR}/git"
16
17inherit cmake
18
19BBCLASSEXTEND = "native nativesdk"