diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-01-25 20:54:11 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-27 09:48:31 -0800 |
| commit | 996d41396aaa5ee93fd1b4935dbb7000785acb01 (patch) | |
| tree | 77adfd51aee0bcf0b79bdeb051f7dcc8cab98c9f | |
| parent | b3d3f26adc8764a18b261ec52a99d0b96be7983e (diff) | |
| download | meta-openembedded-996d41396aaa5ee93fd1b4935dbb7000785acb01.tar.gz | |
vk-gl-cts: Disable Werror on amber external module
When compiling with clang-18 it finds more warnings which becomes errors
so disable the warnings as errors in this module for now.
Fixes
/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux/opengl-es-cts/3.2.9.3/git/external/amber/src/src/engine.cc:35:3: error: 'switch' missing 'default' label [-Werror,-Wswitch-default]
35 | switch (type) {
| ^
1 error generated.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc index 72005636ea..04e4227915 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | |||
| @@ -41,7 +41,7 @@ SRC_URI:append:toolchain-clang = "\ | |||
| 41 | file://fix-clang-private-operator.patch \ | 41 | file://fix-clang-private-operator.patch \ |
| 42 | " | 42 | " |
| 43 | 43 | ||
| 44 | EXTRA_OECMAKE:prepend:class-target = "-DCMAKE_CROSSCOMPILING_EMULATOR=${WORKDIR}/qemuwrapper -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols" | 44 | EXTRA_OECMAKE:prepend:class-target = "-DCMAKE_CROSSCOMPILING_EMULATOR=${WORKDIR}/qemuwrapper -DWAYLAND_SCANNER=${STAGING_BINDIR_NATIVE}/wayland-scanner -DWAYLAND_PROTOCOLS_DIR=${STAGING_DATADIR}/wayland-protocols -DAMBER_DISABLE_WERROR=ON" |
| 45 | 45 | ||
| 46 | # The best thing for the user to do is to not specify any of the following | 46 | # The best thing for the user to do is to not specify any of the following |
| 47 | # PACKAGECONFIGs (i.e. leave it blank) which tells the project to do its own | 47 | # PACKAGECONFIGs (i.e. leave it blank) which tells the project to do its own |
