summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb')
-rw-r--r--meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
deleted file mode 100644
index 26bfd9c4fa..0000000000
--- a/meta/recipes-graphics/spir/spirv-headers_1.3.280.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-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=d14ee3b13f42e9c9674acc5925c3d741"
-
-SRCREV = "8b246ff75c6615ba4532fe4fde20f1be090c3764"
-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
-# vulkan-validation-layers, vulkan-utility-libraries.
-# 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"