mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
vulkan-volk: upgrade to 1.3.283.0
https://github.com/zeux/volk/compare/vulkan-sdk-1.3.280.0...vulkan-sdk-1.3.283 (From OE-Core rev: 3c047d9c78bc25d491eb7683cfd84291e96282fe) 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
fece04c86a
commit
3bc1f08392
@@ -10,7 +10,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=12e6af3a0e2a5e5dbf7796aa82b64626"
|
||||
|
||||
SRC_URI = "git://github.com/zeux/volk.git;branch=master;protocol=https"
|
||||
SRCREV = "01986ac85fa2e5c70df09aeae9c907e27c5d50b2"
|
||||
SRCREV = "3a8068a57417940cf2bf9d837a7bb60d015ca2f1"
|
||||
|
||||
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