summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glslang
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>2025-03-16 01:34:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-17 17:09:22 +0000
commit03b7d0afcbec84d2e7a347179b15982f4a975021 (patch)
tree3382b5e932f8a59597926f00c49663273ed3dc4a /meta/recipes-graphics/glslang
parentba62f7745af6104a649536b1443ba5f1ea782159 (diff)
downloadpoky-03b7d0afcbec84d2e7a347179b15982f4a975021.tar.gz
vulkan: upgrade 1.3.296.0 -> 1.4.309.0
Upgrade all Vulkan-related packages together in a single cmmit. License-Update: copyright years update. (From OE-Core rev: 647e592c2d091da5b92e9aef80707ff0bd275dc9) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/glslang')
-rw-r--r--meta/recipes-graphics/glslang/glslang_1.4.309.0.bb (renamed from meta/recipes-graphics/glslang/glslang_1.3.296.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_1.3.296.0.bb b/meta/recipes-graphics/glslang/glslang_1.4.309.0.bb
index 3b66e3544c..99fbe8e9d5 100644
--- a/meta/recipes-graphics/glslang/glslang_1.3.296.0.bb
+++ b/meta/recipes-graphics/glslang/glslang_1.4.309.0.bb
@@ -8,8 +8,8 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
8LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception" 8LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3" 9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3"
10 10
11SRCREV = "46ef757e048e760b46601e6e77ae0cb72c97bd2f" 11SRCREV = "7200bc12a8979d13b22cd52de80ffb7d41939615"
12SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main \ 12SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=vulkan-sdk-1.4.309 \
13 file://0001-generate-glslang-pkg-config.patch \ 13 file://0001-generate-glslang-pkg-config.patch \
14 " 14 "
15PE = "1" 15PE = "1"