summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2021-11-14 20:26:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-15 12:55:27 +0000
commitbcc9d8f837d6c1c69d1321e65aa5c74c6dd3dfab (patch)
treeffbf7ddc27becac9d67e1d6d75c903a97b4c3d50 /meta
parentb3c57d8b2faa226b6a12a1eab8d76b1e4c3ba1f1 (diff)
downloadpoky-bcc9d8f837d6c1c69d1321e65aa5c74c6dd3dfab.tar.gz
shaderc: upgrade 2021.2 -> 2021.3
- SHADERC_SKIP_COPYRIGHT_CHECK is a new cmake option to skip the copyright check and as we don't needs it we can avoid the check. https://github.com/google/shaderc/commit/f6d6dddfabfec1041c0dfb8e7ff3608a5f82227c (From OE-Core rev: 8e8b24e7c557b436b5956081c5830f9fef6a02d4) Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/shaderc/shaderc_2021.3.bb (renamed from meta/recipes-graphics/shaderc/shaderc_2021.2.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/shaderc/shaderc_2021.2.bb b/meta/recipes-graphics/shaderc/shaderc_2021.3.bb
index eee9817d65..cc2cfc18a8 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2021.2.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2021.3.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 = "2c5ef1b8f8b1fdcbe1b22764e82d5caaa1d04ef9" 9SRCREV = "6fabc36fbebacfcef8cf82463df2a8247120ebf0"
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 \
@@ -23,6 +23,7 @@ EXTRA_OECMAKE = " \
23 -DBUILD_EXTERNAL=OFF \ 23 -DBUILD_EXTERNAL=OFF \
24 -DSHADERC_SKIP_TESTS=ON \ 24 -DSHADERC_SKIP_TESTS=ON \
25 -DSHADERC_SKIP_EXAMPLES=ON \ 25 -DSHADERC_SKIP_EXAMPLES=ON \
26 -DSHADERC_SKIP_COPYRIGHT_CHECK=ON \
26" 27"
27 28
28BBCLASSEXTEND = "native nativesdk" 29BBCLASSEXTEND = "native nativesdk"