summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorVincent Davis Jr <vince@underview.tech>2024-01-20 21:49:29 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-22 13:39:22 +0000
commite0ee1b3160f682435de2a700ae5a78a4e8015dfe (patch)
tree3ae9bba7111a896f8719193df7fde253fa30256b /meta/recipes-graphics
parent8f30e101fa09bb53632889f8ce380af492f8cb77 (diff)
downloadpoky-e0ee1b3160f682435de2a700ae5a78a4e8015dfe.tar.gz
shaderc: update commit hash to v2023.7
v2023.7 of google shaderc hash was updated to https://github.com/google/shaderc/commit/3882b16417077aa8eaa7b5775920e7ba4b8a224d https://github.com/google/shaderc/releases/tag/v2023.7 (From OE-Core rev: b05021093842067e00d97345cb1ec8e9a9abb698) Signed-off-by: Vincent Davis Jr <vince@underview.tech> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/shaderc/shaderc_2023.7.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2023.7.bb b/meta/recipes-graphics/shaderc/shaderc_2023.7.bb
index e4555af6d5..cf2ced98f0 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2023.7.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2023.7.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 = "23cc2d78fd4f866b6ab527886a396bec36948605" 9SRCREV = "3882b16417077aa8eaa7b5775920e7ba4b8a224d"
10SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \ 10SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \
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 \