summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tbb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-support/tbb
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz
Convert to new override syntax
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/tbb')
-rw-r--r--meta-oe/recipes-support/tbb/tbb_2021.2.0.bb10
1 files changed, 5 insertions, 5 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 0b039a181a..36ca8f91ae 100644
--- a/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb
+++ b/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "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 9
10DEPENDS_append_libc-musl = " libucontext" 10DEPENDS:append:libc-musl = " libucontext"
11 11
12PE = "1" 12PE = "1"
13 13
@@ -43,10 +43,10 @@ ARM_INSTRUCTION_SET = "arm"
43 43
44ASNEEDED = "" 44ASNEEDED = ""
45 45
46LDFLAGS_append_mips = " -latomic" 46LDFLAGS:append:mips = " -latomic"
47LDFLAGS_append_mipsel = " -latomic" 47LDFLAGS:append:mipsel = " -latomic"
48 48
49LDFLAGS_append_libc-musl = " -lucontext" 49LDFLAGS:append:libc-musl = " -lucontext"
50 50
51# The latest version of oneTBB does not support PPC 51# The latest version of oneTBB does not support PPC
52COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" 52COMPATIBLE_MACHINE:powerpc = "(!.*ppc).*"