From 30db5271544d052748e554459bd37acaa46614c5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 28 Apr 2020 23:10:51 -0700 Subject: openmp: Do not insttall libgomp.so aliases libgomp is coming from gcc-runtime and clang does not find it anyway so its better to not synlink it here, so it can avoid clashes with gcc-runtime, anyway clang will use this openmp runtime when using -fopenmp and wont depend on gomp from gcc Signed-off-by: Khem Raj --- recipes-devtools/clang/openmp_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index d131ac6..e4da94a 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb @@ -8,9 +8,6 @@ SECTION = "libs" require clang.inc require common-source.inc -RPROVIDES_${PN} += "libgomp" -RPROVIDES_${PN}-dev += "libgomp-dev" - TOOLCHAIN = "clang" LIC_FILES_CHKSUM = "file://openmp/LICENSE.txt;md5=d75288d1ce0450b28b8d58a284c09c79" @@ -27,6 +24,7 @@ PACKAGECONFIG_remove_mipsarch = "ompt-tools" PACKAGECONFIG_remove_powerpc = "ompt-tools" PACKAGECONFIG[ompt-tools] = "-DOPENMP_ENABLE_OMPT_TOOLS=ON,-DOPENMP_ENABLE_OMPT_TOOLS=OFF," +PACKAGECONFIG[aliases] = "-DLIBOMP_INSTALL_ALIASES=ON,-DLIBOMP_INSTALL_ALIASES=OFF," FILES_SOLIBSDEV = "" FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}" -- cgit v1.2.3-54-g00ecf