summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-05 10:30:39 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-06 15:23:18 +0000
commit680bd85b0ffc900ed1f9761417b37f32a5f503b5 (patch)
tree013342314d476fc802007b14c7bbe8a6a5c84b0d /meta
parent7937c7be893e70b38bd881a3207bc549c7f4003c (diff)
downloadpoky-680bd85b0ffc900ed1f9761417b37f32a5f503b5.tar.gz
shaderc: upgrade 2022.3 -> 2022.4
Changelog: ========== - Update to Glslang 11 - Update SPIRV-Tools, SPIRV-Headers dependencies - Add Cmake BUNDLE DESTINATION option for target install - The code coverage build is no longer being tested (From OE-Core rev: d02220516fa7a853aee587742ada829fdb50fb9a) 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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/shaderc/shaderc_2022.4.bb (renamed from meta/recipes-graphics/shaderc/shaderc_2022.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2022.3.bb b/meta/recipes-graphics/shaderc/shaderc_2022.4.bb
index c340646fa7..0fe6887cbc 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2022.3.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2022.4.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 = "4bbb646ddb3279c6a27e7aa0eb86c10c8add987b" 9SRCREV = "067e008c80c323b1cd1ab1e547b38f9a5f52269e"
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 \