summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tbb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2024-06-25 17:39:03 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-27 09:18:48 -0700
commit88a9dd2b83a83c5b7a36c9e15fe17d92ceea48d5 (patch)
tree2e94852a577584ac7c7d57ca0de2569bd6cd6609 /meta-oe/recipes-support/tbb
parent3a9fc5ba68d8c121e70c018d4f4a782693def40b (diff)
downloadmeta-openembedded-88a9dd2b83a83c5b7a36c9e15fe17d92ceea48d5.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/tbb')
-rw-r--r--meta-oe/recipes-support/tbb/tbb_2021.11.0.bb1
1 files changed, 1 insertions, 0 deletions
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
25EXTRA_OECMAKE += " \ 25EXTRA_OECMAKE += " \
26 -DTBB_TEST=OFF \ 26 -DTBB_TEST=OFF \
27 -DCMAKE_BUILD_TYPE=Release \ 27 -DCMAKE_BUILD_TYPE=Release \
28 -DTBB_STRICT=OFF \
28 " 29 "
29 30
30# Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi) 31# Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)