diff mbox series

[meta-oe] tbb: pass TBB_STRICT=OFF to disable -Werror

Message ID 20240625093903.52671-1-anuj.mittal@intel.com
State Accepted
Headers show
Series [meta-oe] tbb: pass TBB_STRICT=OFF to disable -Werror | expand

Commit Message

Anuj Mittal June 25, 2024, 9:39 a.m. UTC
Don't treat compiler warnings as errors to avoid failures when compiling
with newer versions.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta-oe/recipes-support/tbb/tbb_2021.11.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/tbb/tbb_2021.11.0.bb b/meta-oe/recipes-support/tbb/tbb_2021.11.0.bb
index f834726bd..0f9f02655 100644
--- a/meta-oe/recipes-support/tbb/tbb_2021.11.0.bb
+++ b/meta-oe/recipes-support/tbb/tbb_2021.11.0.bb
@@ -25,6 +25,7 @@  inherit cmake pkgconfig
 EXTRA_OECMAKE += " \
                     -DTBB_TEST=OFF \
                     -DCMAKE_BUILD_TYPE=Release \
+                    -DTBB_STRICT=OFF \
                 "
 
 # Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)