aboutsummaryrefslogtreecommitdiffstats
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 @@
+SUMMARY = "Machine-readable files for the SPIR-V Registry"
+SECTION = "graphics"
+HOMEPAGE = "https://www.khronos.org/registry/spir-v"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
+
+SRCREV = "124a9665e464ef98b8b718d572d5f329311061eb"
+SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
+PE = "1"
+# These recipes need to be updated in lockstep with each other:
+# glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools
+# The tags versions should always be sdk-x.y.z, as this is what
+# upstream considers a release.
+UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+BBCLASSEXTEND = "native nativesdk"