From: Wang Mingyu Date: Wed, 25 Sep 2024 06:49:14 +0000 (+0800) Subject: shaderc: upgrade 2024.1 -> 2024.2 X-Git-Tag: yocto-5.2~1696 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f1eddd6b23985f1d8c8634b5367a78847d206d1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git shaderc: upgrade 2024.1 -> 2024.2 Changelog: ========== - Update dependencies: Glslang: top of tree 2024-06-21 SPIRV-Header: top of tree 2024-06-21 SPIRV-Tools: v2024.3.rc1 - Build: Remove support for VS2017 Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/shaderc/shaderc_2024.1.bb b/meta/recipes-graphics/shaderc/shaderc_2024.2.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2024.1.bb rename to meta/recipes-graphics/shaderc/shaderc_2024.2.bb index 1f0b12ef573..c658e7df052 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2024.1.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2024.2.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "5d7736da11e626b49c5463aadb2afb228ad20276" +SRCREV = "5dad9194c038702ef20ccabbe4e3c188f2b13cec" 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 \