diff options
| author | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 2021-08-02 09:45:55 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:00:28 -0700 |
| commit | 17737cc4ecd3aea2c978bf83e283bcb08d097487 (patch) | |
| tree | a4386a37907d9110572105af80ebe5a1c5bf3819 /recipes-devtools/clang/openmp_git.bb | |
| parent | 527f628b7d9bbfe8d3fbe743e876d30c4545a71a (diff) | |
| download | meta-clang-17737cc4ecd3aea2c978bf83e283bcb08d097487.tar.gz | |
meta-clang: Convert to new override syntax
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/openmp_git.bb')
| -rw-r--r-- | recipes-devtools/clang/openmp_git.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index 95b3a9e..7ce89eb 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb | |||
| @@ -27,9 +27,9 @@ OECMAKE_SOURCEPATH = "${S}/openmp" | |||
| 27 | 27 | ||
| 28 | PACKAGECONFIG ?= "ompt-tools offloading-plugin" | 28 | PACKAGECONFIG ?= "ompt-tools offloading-plugin" |
| 29 | 29 | ||
| 30 | PACKAGECONFIG_remove_arm = "ompt-tools offloading-plugin" | 30 | PACKAGECONFIG:remove:arm = "ompt-tools offloading-plugin" |
| 31 | PACKAGECONFIG_remove_mipsarch = "ompt-tools offloading-plugin" | 31 | PACKAGECONFIG:remove:mipsarch = "ompt-tools offloading-plugin" |
| 32 | PACKAGECONFIG_remove_powerpc = "ompt-tools offloading-plugin" | 32 | PACKAGECONFIG:remove:powerpc = "ompt-tools offloading-plugin" |
| 33 | 33 | ||
| 34 | PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF," | 34 | PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF," |
| 35 | PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF," | 35 | PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF," |
| @@ -37,11 +37,11 @@ PACKAGECONFIG[offloading-plugin] = ",,elfutils libffi,libelf libffi" | |||
| 37 | 37 | ||
| 38 | PACKAGES += "${PN}-libomptarget-amdgcn" | 38 | PACKAGES += "${PN}-libomptarget-amdgcn" |
| 39 | FILES_SOLIBSDEV = "" | 39 | FILES_SOLIBSDEV = "" |
| 40 | FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" | 40 | FILES:${PN} += "${libdir}/lib*${SOLIBSDEV}" |
| 41 | FILES_${PN}-libomptarget-amdgcn = "${libdir}/libomptarget-amdgcn-*.bc" | 41 | FILES:${PN}-libomptarget-amdgcn = "${libdir}/libomptarget-amdgcn-*.bc" |
| 42 | INSANE_SKIP_${PN} = "dev-so" | 42 | INSANE_SKIP:${PN} = "dev-so" |
| 43 | 43 | ||
| 44 | COMPATIBLE_HOST_mips64 = "null" | 44 | COMPATIBLE_HOST:mips64 = "null" |
| 45 | COMPATIBLE_HOST_riscv32 = "null" | 45 | COMPATIBLE_HOST:riscv32 = "null" |
| 46 | 46 | ||
| 47 | BBCLASSEXTEND = "native nativesdk" | 47 | BBCLASSEXTEND = "native nativesdk" |
