diff options
Diffstat (limited to 'meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb')
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb new file mode 100644 index 0000000000..981c2599ae --- /dev/null +++ b/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Machine-readable files for the SPIR-V Registry" | ||
| 2 | SECTION = "graphics" | ||
| 3 | HOMEPAGE = "https://www.khronos.org/registry/spir-v" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d14ee3b13f42e9c9674acc5925c3d741" | ||
| 6 | |||
| 7 | SRCREV = "aa6cef192b8e693916eb713e7a9ccadf06062ceb" | ||
| 8 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" | ||
| 9 | PE = "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 | # vulkan-validation-layers, vulkan-utility-libraries, vulkan-volk. | ||
| 13 | # The tags versions should always be sdk-x.y.z, as this is what | ||
| 14 | # upstream considers a release. | ||
| 15 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | ||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit cmake | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
