diff options
-rw-r--r-- | recipes-devtools/clang/openmp_git.bb | 2 |
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 = "" | |||
44 | FILES:${PN} += "${libdir}/lib*${SOLIBSDEV}" | 44 | FILES:${PN} += "${libdir}/lib*${SOLIBSDEV}" |
45 | FILES:${PN}-libomptarget = "${libdir}/libomptarget-*.bc" | 45 | FILES:${PN}-libomptarget = "${libdir}/libomptarget-*.bc" |
46 | INSANE_SKIP:${PN} = "dev-so" | 46 | INSANE_SKIP:${PN} = "dev-so" |
47 | # Currently the static libraries contain buildpaths | ||
48 | INSANE_SKIP:${PN}-staticdev += "buildpaths" | ||
47 | 49 | ||
48 | COMPATIBLE_HOST:mips64 = "null" | 50 | COMPATIBLE_HOST:mips64 = "null" |
49 | COMPATIBLE_HOST:riscv32 = "null" | 51 | COMPATIBLE_HOST:riscv32 = "null" |