diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-03 15:52:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-05 11:21:03 +0000 |
commit | 12d4ed731fca69c928abc1af64a76be2c2392942 (patch) | |
tree | 73260f51931d01716edd52bf693ca46a9d351105 /meta | |
parent | 18f56d041a3cc280146adbc113b7d33d16985f24 (diff) | |
download | openembedded-core-12d4ed731fca69c928abc1af64a76be2c2392942.tar.gz |
shaderc: upgrade 2023.6 -> 2023.7
Changelog:
============
- Update dependencies
- Finish converting build instructions and flags to always use C++17
- Add GitHub CI to test more flows
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/shaderc/shaderc_2023.7.bb (renamed from meta/recipes-graphics/shaderc/shaderc_2023.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2023.6.bb b/meta/recipes-graphics/shaderc/shaderc_2023.7.bb index 5afdec5ce9..e4555af6d5 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2023.6.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2023.7.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "9547789ecfa1be140327057e766ba80666b66e21" +SRCREV = "23cc2d78fd4f866b6ab527886a396bec36948605" SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \ file://0001-cmake-disable-building-external-dependencies.patch \ file://0002-libshaderc_util-fix-glslang-header-file-location.patch \ |