From 3db2fcb87ce3f39ef3b2e6006acbc34488f768c1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 29 Jul 2026 06:21:51 +0000 Subject: [PATCH] vulkan-headers: upgrade 1.4.350.1 -> 1.4.357.0 e3b1eec Update for Vulkan-Docs 1.4.357 8d6039a Update for Vulkan-Docs 1.4.356 8c26833 Change to dual license on static Vulkan headers d2d8ded Add new C header 6433e5c Update for Vulkan-Docs 1.4.355 0307c70 build(deps): bump actions/checkout from 6 to 7 01393c3 Update for Vulkan-Docs 1.4.354 45834b7 Update for Vulkan-Docs 1.4.353 015e25c Update for Vulkan-Docs 1.4.352 8cfaaa1 chore: Upgrade reuse to 3.3 0e9de56 Update for Vulkan-Docs 1.4.351 7f233bc Fix incorrect header on AI-Assisted Contributions bc927f3 Add AI-Assisted Contributions and CLA section --- ...4.350.1.bb => vulkan-headers_1.4.357.0.bb} | 34 +++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) rename meta/recipes-graphics/vulkan/{vulkan-headers_1.4.350.1.bb => vulkan-headers_1.4.357.0.bb} (49%) diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.4.350.1.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.4.357.0.bb similarity index 49% rename from meta/recipes-graphics/vulkan/vulkan-headers_1.4.350.1.bb rename to meta/recipes-graphics/vulkan/vulkan-headers_1.4.357.0.bb index f6d797cae7..2f15a943a4 100644 --- a/meta/recipes-graphics/vulkan/vulkan-headers_1.4.350.1.bb +++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.4.357.0.bb @@ -1,3 +1,33 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE.md +# +++ LICENSE.md +# @@ -1,12 +1,13 @@ +# -Copyright 2015-2023 The Khronos Group Inc. +# +Copyright 2015-2026 The Khronos Group Inc. +# +# Files in this repository fall under one of these licenses: +# +# - `Apache-2.0` +# - `MIT` +# +# -Note: With the exception of `parse_dependency.py` the files using `MIT` license +# -also fall under `Apache-2.0`. Example: +# +Note: With the exception of `parse_dependency.py`, which is based on an +# +external file, files using the `MIT` license also fall under `Apache-2.0`. +# +Example: +# +# ``` +# SPDX-License-Identifier: Apache-2.0 OR MIT +# +# + SUMMARY = "Vulkan Header files and API registry" DESCRIPTION = "Vulkan is a 3D graphics and compute API providing cross-platform access \ to modern GPUs with low overhead and targeting realtime graphics applications such as \ @@ -8,10 +38,10 @@ BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers" SECTION = "libs" LICENSE = "Apache-2.0 AND MIT" -LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bc355d8c4196f774c8b87ed1a8dd625" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=adc9da32fdd898219b3db5529f2185c0" SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https;tag=vulkan-sdk-${PV}" -SRCREV = "8864cdc896bbc2a9b6eb36b3218fc9ef57908d77" +SRCREV = "e3b1eec08173d6b825cd3ac88c885a63b621504a" inherit cmake -- 2.47.1