tbb: pass TBB_STRICT=OFF to disable -Werror

Don't treat compiler warnings as errors to avoid failures when compiling
with newer versions.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Anuj Mittal
2024-06-25 17:39:03 +08:00
committed by Khem Raj
parent 3a9fc5ba68
commit 88a9dd2b83
@@ -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)