summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-08-01 15:41:26 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-14 12:51:21 +0100
commit3f7e34c90de59840af6aff094dfcc9dc7813f135 (patch)
treef693bc697dc0534364f3451fc903c88ff4c878ce
parent79e79ba645b397c8b1a3431e3496a68f690356d1 (diff)
downloadpoky-3f7e34c90de59840af6aff094dfcc9dc7813f135.tar.gz
shaderc: upgrade 2023.4 -> 2023.5
Changelog: ========== - Update dependencies - Update to Android NDK r25c - Update Android API level for test project (#1333) - For testing, add a dependency on Abseil's C++ library - Fix MSVC runtime library linking in CMake (#1339) (From OE-Core rev: a0f25ae7751cd5b6d622cef78e93eb5b25d998cf) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/shaderc/shaderc_2023.5.bb (renamed from meta/recipes-graphics/shaderc/shaderc_2023.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2023.4.bb b/meta/recipes-graphics/shaderc/shaderc_2023.5.bb
index 739e7ae81c..8d2f4551ab 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2023.4.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2023.5.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 = "7a8b3da0583425cf511336cf3afbdcf2ebc8b36b" 9SRCREV = "7428c8d5f6b200910fbd32fa0ca0b0244ace6482"
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 \