summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/openmp_git.bb
diff options
context:
space:
mode:
authorSigned-off-by: Martin Jansa <Martin.Jansa@gmail.com>2021-08-02 09:45:55 -0700
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:00:28 -0700
commit17737cc4ecd3aea2c978bf83e283bcb08d097487 (patch)
treea4386a37907d9110572105af80ebe5a1c5bf3819 /recipes-devtools/clang/openmp_git.bb
parent527f628b7d9bbfe8d3fbe743e876d30c4545a71a (diff)
downloadmeta-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.bb16
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
28PACKAGECONFIG ?= "ompt-tools offloading-plugin" 28PACKAGECONFIG ?= "ompt-tools offloading-plugin"
29 29
30PACKAGECONFIG_remove_arm = "ompt-tools offloading-plugin" 30PACKAGECONFIG:remove:arm = "ompt-tools offloading-plugin"
31PACKAGECONFIG_remove_mipsarch = "ompt-tools offloading-plugin" 31PACKAGECONFIG:remove:mipsarch = "ompt-tools offloading-plugin"
32PACKAGECONFIG_remove_powerpc = "ompt-tools offloading-plugin" 32PACKAGECONFIG:remove:powerpc = "ompt-tools offloading-plugin"
33 33
34PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF," 34PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF,"
35PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF," 35PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF,"
@@ -37,11 +37,11 @@ PACKAGECONFIG[offloading-plugin] = ",,elfutils libffi,libelf libffi"
37 37
38PACKAGES += "${PN}-libomptarget-amdgcn" 38PACKAGES += "${PN}-libomptarget-amdgcn"
39FILES_SOLIBSDEV = "" 39FILES_SOLIBSDEV = ""
40FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" 40FILES:${PN} += "${libdir}/lib*${SOLIBSDEV}"
41FILES_${PN}-libomptarget-amdgcn = "${libdir}/libomptarget-amdgcn-*.bc" 41FILES:${PN}-libomptarget-amdgcn = "${libdir}/libomptarget-amdgcn-*.bc"
42INSANE_SKIP_${PN} = "dev-so" 42INSANE_SKIP:${PN} = "dev-so"
43 43
44COMPATIBLE_HOST_mips64 = "null" 44COMPATIBLE_HOST:mips64 = "null"
45COMPATIBLE_HOST_riscv32 = "null" 45COMPATIBLE_HOST:riscv32 = "null"
46 46
47BBCLASSEXTEND = "native nativesdk" 47BBCLASSEXTEND = "native nativesdk"