Skip to content

Commit

Permalink
clang: Move .so symlinks to -dev package fixes multilib build
Browse files Browse the repository at this point in the history
Fixes
ERROR: lib32-clang-15.0.7-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package lib32-liblldb contains symlink .so '/usr/lib/liblldbIntelFeatures.so'
non -dev/-dbg/nativesdk- package lib32-liblldb contains symlink .so '/usr/lib/liblldb.so' [dev-so]                                                                                      ERROR: lib32-clang-15.0.7-r0 do_package_qa: Fatal QA errors were found, failing task.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Apr 20, 2023
1 parent 7e3f2a4 commit 56a8534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-devtools/clang/clang_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ FILES:lldb-server = "\
"

FILES:liblldb = "\
${libdir}/liblldbIntelFeatures.so* \
${libdir}/liblldb.so* \
${libdir}/liblldbIntelFeatures.so.* \
${libdir}/liblldb.so.* \
"

FILES:${PN}-libllvm =+ "\
Expand Down

0 comments on commit 56a8534

Please sign in to comment.