diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2022-02-07 01:08:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-08 14:20:18 +0000 |
commit | bdaf6cdaaa1b709bd187003b9f2cba334853e298 (patch) | |
tree | bddf48fc310d55bad13025df57efca2b92762552 /meta/recipes-graphics/shaderc | |
parent | bccddd86683beb50c3e32e5aad38db57d931f9b8 (diff) | |
download | poky-bdaf6cdaaa1b709bd187003b9f2cba334853e298.tar.gz |
shaderc: upgrade 2021.4 -> 2022.0
- Update to Glslang 11.8.0
(From OE-Core rev: f82c2e9cc9037df6a2f43a3ce385985804758478)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/shaderc')
-rw-r--r-- | meta/recipes-graphics/shaderc/shaderc_2022.0.bb (renamed from meta/recipes-graphics/shaderc/shaderc_2021.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2021.4.bb b/meta/recipes-graphics/shaderc/shaderc_2022.0.bb index a35a41ab00..f5ad0bf3bb 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2021.4.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2022.0.bb | |||
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" | |||
6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
8 | 8 | ||
9 | SRCREV = "9d0b3848b054d62b5b1e0eba9a50e386c9de3e2b" | 9 | SRCREV = "b0aa18323d65d2ca885d0affeef2aa0b56eb45f7" |
10 | SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \ | 10 | SRC_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 \ |