summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-03-27 11:20:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 07:38:37 +0100
commitca21778738e0e9e5f60324cdb21ffe88d7b1f9a0 (patch)
tree35358dd27021167549dc05954279650c16dedd7f /meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb
parent43240c8b2c5507fe6147ba04ec98528602c694e1 (diff)
downloadopenembedded-core-contrib-ca21778738e0e9e5f60324cdb21ffe88d7b1f9a0.tar.gz
vulkan: upgrade 1.3.275.0 -> 1.3.280.0
0001-generate-glslang-pkg-config.patch refreshed for 1.3.280.0 License-Update: =============== spirv-headers:License-Update: List all licenses in the root LICENSE file. vulkan-volk:Copyright year updated to 2024. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb')
-rw-r--r--meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.275.0.bb
deleted file mode 100644
index 598a8fc209..0000000000
--- a/meta/recipes-graphics/spir/spirv-headers_1.3.275.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=c938b85bceb8fb26c1a807f28a52ae2d"
-
-SRCREV = "1c6bb2743599e6eb6f37b2969acc0aef812e32e3"
-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"