From: Wang Mingyu <[email protected]>

Changelog:
===========
- Update dependencies: Glslang, SPRIV-Tools, SPIRV-Headers
   - SPIRV-Tools is at v2024.4.rc1
   - This incorporates a SPIRV-Tools fix which was limiting parallelism.
     Validator friendly name generation was serializing on a mutex
     protecting the locale object.
- During HLSL compilation or any optimizing compile, don't tell the
  validator to use "friendly names".  This should save time spent in the
  initial validation step of the optimization recipe.
- Adapt test golden results to Glslang changes which reorder
  decorations by object enum value.
- Fix ndk-build library dependencies: libshaderc_util depends on glslang
- Use Python 3.12 on Linux CI bots
- Fix Python 3.12 warnings for string escapes

Signed-off-by: Wang Mingyu <[email protected]>
---
 .../shaderc/{shaderc_2024.2.bb => shaderc_2024.3.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2024.2.bb => shaderc_2024.3.bb} 
(95%)

diff --git a/meta/recipes-graphics/shaderc/shaderc_2024.2.bb 
b/meta/recipes-graphics/shaderc/shaderc_2024.3.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2024.2.bb
rename to meta/recipes-graphics/shaderc/shaderc_2024.3.bb
index c658e7df05..0948ba28d6 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2024.2.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2024.3.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRCREV = "5dad9194c038702ef20ccabbe4e3c188f2b13cec"
+SRCREV = "7223dc3d5e34bbcc44f3150546dbfa8a5da58c4c"
 SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \
            file://0001-cmake-disable-building-external-dependencies.patch \
            file://0002-libshaderc_util-fix-glslang-header-file-location.patch \
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#205331): 
https://lists.openembedded.org/g/openembedded-core/message/205331
Mute This Topic: https://lists.openembedded.org/mt/108904290/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to