summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2022-08-16 09:14:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-17 19:57:32 +0100
commitb00f391a1ef72c9f30f0f75555de7ac232379524 (patch)
tree688b40413c9c86dd888d7ff38600b5ef760483ad
parent7dc5a703fb3c8e065e9563ca7e48d43d12ead84b (diff)
downloadpoky-b00f391a1ef72c9f30f0f75555de7ac232379524.tar.gz
shaderc: upgrade 2022.1 -> 2022.2
(From OE-Core rev: b4b2f8ae596016203a97cdb023468a2ef2004aad) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/shaderc/shaderc_2022.2.bb (renamed from meta/recipes-graphics/shaderc/shaderc_2022.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2022.1.bb b/meta/recipes-graphics/shaderc/shaderc_2022.2.bb
index fe9d94094c..df0fe8e6c8 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2022.1.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2022.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 = "e4722b0ad49ee60c143d43baae8390f75ba27d2d" 9SRCREV = "3f1635df7774a90f691773e0093bc6ad8005de5a"
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 \