From 5b341d2c539ed04c667b6a62dbcc7aae6b1e44fd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 9 May 2025 11:56:02 +0800 Subject: [PATCH] glslang: upgrade 1.4.309.0 -> 1.4.313.0 Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../glslang/{glslang_1.4.309.0.bb => glslang_1.4.313.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/glslang/{glslang_1.4.309.0.bb => glslang_1.4.313.0.bb} (93%) diff --git a/meta/recipes-graphics/glslang/glslang_1.4.309.0.bb b/meta/recipes-graphics/glslang/glslang_1.4.313.0.bb similarity index 93% rename from meta/recipes-graphics/glslang/glslang_1.4.309.0.bb rename to meta/recipes-graphics/glslang/glslang_1.4.313.0.bb index 99fbe8e9d5..988b2ef2a3 100644 --- a/meta/recipes-graphics/glslang/glslang_1.4.309.0.bb +++ b/meta/recipes-graphics/glslang/glslang_1.4.313.0.bb @@ -8,8 +8,8 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler" LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3" -SRCREV = "7200bc12a8979d13b22cd52de80ffb7d41939615" -SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=vulkan-sdk-1.4.309 \ +SRCREV = "fc9889c889561c5882e83819dcaffef5ed45529b" +SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=vulkan-sdk-1.4.313;tag=vulkan-sdk-${PV} \ file://0001-generate-glslang-pkg-config.patch \ " PE = "1" -- 2.47.2