From 88a9dd2b83a83c5b7a36c9e15fe17d92ceea48d5 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 25 Jun 2024 17:39:03 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/tbb/tbb_2021.11.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-support/tbb') 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) -- cgit v1.2.3-54-g00ecf