diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-03-08 10:32:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-09 11:46:27 +0000 |
| commit | 62a9e5d4a40e01cda7bf9c08d4e2be294cd374aa (patch) | |
| tree | 844b1e6a9acc70b5c1b75d779488f7b165742dc2 /meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb | |
| parent | 000b895fc2cde2b426f14bc1dc7885120e3e72e0 (diff) | |
| download | poky-62a9e5d4a40e01cda7bf9c08d4e2be294cd374aa.tar.gz | |
vulkan: upgrade 1.3.204.0 -> 1.3.204.1
Only vulkan-loader has actually changed.
(From OE-Core rev: 337723179f144f6d0237ac1d1e45a7e7ca035236)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb')
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb new file mode 100644 index 0000000000..72416b441f --- /dev/null +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "Machine-readable files for the SPIR-V Registry" | ||
| 2 | DESCRIPTION = "Headers are provided in the include directory, with up-to-date \ | ||
| 3 | headers in the unified1 subdirectory. Older headers are provided according to \ | ||
| 4 | their version." | ||
| 5 | SECTION = "graphics" | ||
| 6 | HOMEPAGE = "https://www.khronos.org/registry/spir-v" | ||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" | ||
| 9 | |||
| 10 | SRCREV = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" | ||
| 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master" | ||
| 12 | PE = "1" | ||
| 13 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit cmake | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
