aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-06-04 14:31:42 -0700
committerKhem Raj <raj.khem@gmail.com>2021-06-05 06:06:27 -0700
commit0b15f800126cca6c90183e8a13d26d2504c4461f (patch)
treeccd29ff3f1a80989affe3a7c8878e1477470a77e /meta-oe/recipes-support/tbb/tbb_2021.2.0.bb
parent623b4747d1201d8ed6732fc2e6dbfadb081ceddd (diff)
downloadmeta-openembedded-contrib-0b15f800126cca6c90183e8a13d26d2504c4461f.tar.gz
tbb: Fix warnings with clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/tbb/tbb_2021.2.0.bb')
-rw-r--r--meta-oe/recipes-support/tbb/tbb_2021.2.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb b/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb
index f4c52daf41..0b039a181a 100644
--- a/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb
+++ b/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb
@@ -19,6 +19,7 @@ SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH
file://0001-CMakeLists.txt-exclude-riscv64-riscv32.patch \
file://0001-Disable-use-of-_tpause-instruction.patch \
file://0001-set_my_tls_end_of_input-Use-an-arbitrary-but-valid-p.patch \
+ file://0001-arena-Remove-dead-code.patch \
"
S = "${WORKDIR}/git"