From: Wang Mingyu Date: Wed, 22 May 2024 09:14:47 +0000 (+0800) Subject: shaderc: upgrade 2024.0 -> 2024.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3410d8864429ca8cd9e63775b0f6e788b6a0405b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git shaderc: upgrade 2024.0 -> 2024.1 Changelog: =========== - Update dependencies - Propagate test/install options to Glslang Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/shaderc/shaderc_2024.0.bb b/meta/recipes-graphics/shaderc/shaderc_2024.1.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2024.0.bb rename to meta/recipes-graphics/shaderc/shaderc_2024.1.bb index 9975c608ac3..1f0b12ef573 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2024.0.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2024.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "9f56ca620c07d6c4d119c65c1c1f3f1c584c9985" +SRCREV = "5d7736da11e626b49c5463aadb2afb228ad20276" 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 \