diff options
-rw-r--r-- | meta-oe/recipes-support/tbb/tbb_2021.2.0.bb | 10 |
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 \ | |||
6 | HOMEPAGE = "https://software.intel.com/en-us/tbb" | 6 | HOMEPAGE = "https://software.intel.com/en-us/tbb" |
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327" |
9 | |||
10 | DEPENDS_append_libc-musl = " libucontext" | ||
11 | |||
9 | BRANCH = "onetbb_2021" | 12 | BRANCH = "onetbb_2021" |
10 | SRCREV = "2dba2072869a189b9fdab3ffa431d3ea49059a19" | 13 | SRCREV = "2dba2072869a189b9fdab3ffa431d3ea49059a19" |
11 | SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \ | 14 | SRC_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 |
35 | ARM_INSTRUCTION_SET = "arm" | 38 | ARM_INSTRUCTION_SET = "arm" |
39 | |||
40 | ASNEEDED = "" | ||
41 | |||
42 | LDFLAGS_append_mips = " -latomic" | ||
43 | LDFLAGS_append_mipsel = " -latomic" | ||
44 | |||
45 | LDFLAGS_append_libc-musl = " -lucontext" | ||