mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
vulkan-utility-libraries: upgrade to 1.3.283.0
https://github.com/KhronosGroup/Vulkan-Utility-Libraries/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 (From OE-Core rev: 1478fc03f302e650aa5363710fd209b8e6f61c07) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
08725c5ca9
commit
fece04c86a
@@ -10,7 +10,7 @@ LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=4ca2d6799091aaa98a8520f1b793939b"
|
||||
|
||||
SRC_URI = "git://github.com/KhronosGroup/Vulkan-Utility-Libraries.git;branch=main;protocol=https"
|
||||
SRCREV = "a4140c5fd47dcf3a030726a60b293db61cfb54a3"
|
||||
SRCREV = "ad7f699a7b2b5deb66eb3de19f24aa33597ed65b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -27,7 +27,7 @@ inherit cmake features_check pkgconfig
|
||||
# These recipes need to be updated in lockstep with each other:
|
||||
# glslang, vulkan-headers, vulkan-loader, vulkan-tools,
|
||||
# vulkan-validation-layers, spirv-headers, spirv-tools,
|
||||
# vulkan-utility-libraries.
|
||||
# vulkan-utility-libraries, vulkan-volk.
|
||||
# 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+)+)"
|
||||
Reference in New Issue
Block a user