From 286a71e04a40a340e55b49a2d3c92e80567a4e29 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 8 Feb 2023 08:21:32 +0100 Subject: [PATCH] shaderc: upgrade 2022.4 -> 2023.2 Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- .../shaderc/{shaderc_2022.4.bb => shaderc_2023.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/shaderc/{shaderc_2022.4.bb => shaderc_2023.2.bb} (95%) diff --git a/meta/recipes-graphics/shaderc/shaderc_2022.4.bb b/meta/recipes-graphics/shaderc/shaderc_2023.2.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2022.4.bb rename to meta/recipes-graphics/shaderc/shaderc_2023.2.bb index 0fe6887cbcb..07fae0bb7ec 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2022.4.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2023.2.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "067e008c80c323b1cd1ab1e547b38f9a5f52269e" +SRCREV = "55f4bbd993de3a3cad34cb41cd07b82fa1c77dd6" 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.47.3