summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/clang/openmp_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb
index 6087a93..4305232 100644
--- a/recipes-devtools/clang/openmp_git.bb
+++ b/recipes-devtools/clang/openmp_git.bb
@@ -44,6 +44,8 @@ FILES_SOLIBSDEV = ""
44FILES:${PN} += "${libdir}/lib*${SOLIBSDEV}" 44FILES:${PN} += "${libdir}/lib*${SOLIBSDEV}"
45FILES:${PN}-libomptarget = "${libdir}/libomptarget-*.bc" 45FILES:${PN}-libomptarget = "${libdir}/libomptarget-*.bc"
46INSANE_SKIP:${PN} = "dev-so" 46INSANE_SKIP:${PN} = "dev-so"
47# Currently the static libraries contain buildpaths
48INSANE_SKIP:${PN}-staticdev += "buildpaths"
47 49
48COMPATIBLE_HOST:mips64 = "null" 50COMPATIBLE_HOST:mips64 = "null"
49COMPATIBLE_HOST:riscv32 = "null" 51COMPATIBLE_HOST:riscv32 = "null"