summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-05-12 17:03:38 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-13 10:29:21 +0100
commit983931238af39111e5fce8129cd7cc716eb9dada (patch)
tree85f9bdec4ef19aebbd5b11f93d15a327377d36d7 /meta/recipes-graphics
parent30a1b271a98b419b724783e8b9870645206f45f6 (diff)
downloadpoky-983931238af39111e5fce8129cd7cc716eb9dada.tar.gz
shaderc: upgrade 2025.1 -> 2025.2
Changelog: =========== - Update dependencies: Glslang, SPIRV-Tools, SPIRV-Headers - Supports BFloat16 floating point types (From OE-Core rev: 15d14a61b1c299f7697e91e9e15452e2ee6f6010) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/shaderc/shaderc_2025.2.bb (renamed from meta/recipes-graphics/shaderc/shaderc_2025.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2025.1.bb b/meta/recipes-graphics/shaderc/shaderc_2025.2.bb
index e9c0ecdd37..8c451e6e46 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2025.1.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2025.2.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc"
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
8 8
9SRCREV = "7f68b1cf6f35f518febf36d425365bb8e6ad224a" 9SRCREV = "8c269ee0fe607f2d7cac00c0cb4fa243d6a6ec26"
10SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v${PV} \ 10SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v${PV} \
11 file://0001-cmake-disable-building-external-dependencies.patch \ 11 file://0001-cmake-disable-building-external-dependencies.patch \
12 file://0002-libshaderc_util-fix-glslang-header-file-location.patch \ 12 file://0002-libshaderc_util-fix-glslang-header-file-location.patch \