summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/tbb/tbb_2021.2.0.bb10
1 files changed, 10 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 d0e2311402..b05a59dc70 100644
--- a/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb
+++ b/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb
@@ -6,6 +6,9 @@ DESCRIPTION = "Parallelism library for C++ - runtime files \
6HOMEPAGE = "https://software.intel.com/en-us/tbb" 6HOMEPAGE = "https://software.intel.com/en-us/tbb"
7LICENSE = "Apache-2.0" 7LICENSE = "Apache-2.0"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327" 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327"
9
10DEPENDS_append_libc-musl = " libucontext"
11
9BRANCH = "onetbb_2021" 12BRANCH = "onetbb_2021"
10SRCREV = "2dba2072869a189b9fdab3ffa431d3ea49059a19" 13SRCREV = "2dba2072869a189b9fdab3ffa431d3ea49059a19"
11SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \ 14SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \
@@ -33,3 +36,10 @@ EXTRA_OECMAKE += " \
33# ... 36# ...
34# | make[1]: *** [concurrent_queue.o] Error 1 37# | make[1]: *** [concurrent_queue.o] Error 1
35ARM_INSTRUCTION_SET = "arm" 38ARM_INSTRUCTION_SET = "arm"
39
40ASNEEDED = ""
41
42LDFLAGS_append_mips = " -latomic"
43LDFLAGS_append_mipsel = " -latomic"
44
45LDFLAGS_append_libc-musl = " -lucontext"