diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2021-06-28 20:08:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-29 22:18:57 +0100 |
commit | c64327fe3a4454316739c96464c8b45852d49711 (patch) | |
tree | 72ac78333129517da79fb4027aa0058c88920e0e /meta/recipes-graphics | |
parent | 3a1f5c918ca205c5ba031974014a8d40814e93b6 (diff) | |
download | poky-c64327fe3a4454316739c96464c8b45852d49711.tar.gz |
shaderc: upgrade 2021.0 -> 2021.1
(From OE-Core rev: 909414bd349c852344e0c451d5e7358ef19214b2)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/shaderc/shaderc_2021.1.bb (renamed from meta/recipes-graphics/shaderc/shaderc_2021.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2021.0.bb b/meta/recipes-graphics/shaderc/shaderc_2021.1.bb index 3d59e0c38c..e15b5794ee 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2021.0.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2021.1.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 = "1a3e2aaab191f44644e899e29ab7bac50bebdeb8" | 9 | SRCREV = "031a8c9715df5d7c69dcc1ee9d53cbfa35c7b026" |
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 \ |