diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-support/tbb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-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.bb | 10 |
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" | |||
| 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 | 9 | ||
| 10 | DEPENDS_append_libc-musl = " libucontext" | 10 | DEPENDS:append:libc-musl = " libucontext" |
| 11 | 11 | ||
| 12 | PE = "1" | 12 | PE = "1" |
| 13 | 13 | ||
| @@ -43,10 +43,10 @@ ARM_INSTRUCTION_SET = "arm" | |||
| 43 | 43 | ||
| 44 | ASNEEDED = "" | 44 | ASNEEDED = "" |
| 45 | 45 | ||
| 46 | LDFLAGS_append_mips = " -latomic" | 46 | LDFLAGS:append:mips = " -latomic" |
| 47 | LDFLAGS_append_mipsel = " -latomic" | 47 | LDFLAGS:append:mipsel = " -latomic" |
| 48 | 48 | ||
| 49 | LDFLAGS_append_libc-musl = " -lucontext" | 49 | LDFLAGS: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 |
| 52 | COMPATIBLE_MACHINE_powerpc = "(!.*ppc).*" | 52 | COMPATIBLE_MACHINE:powerpc = "(!.*ppc).*" |
