diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-02-13 23:03:46 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-15 08:30:10 -0800 |
commit | 9133a0f788f605da6d752bdb20d5e5062253f480 (patch) | |
tree | 5158953f8d7e99198c4d2bb885173b3e5ef39a0c | |
parent | 95a45c8947ef8978a6d1a7568ee7bb3c6a6cf77e (diff) | |
download | meta-clang-9133a0f788f605da6d752bdb20d5e5062253f480.tar.gz |
clang: Move .so symlinks to -dev package fixes multilib build
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>
-rw-r--r-- | recipes-devtools/clang/clang_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb index 7bb6153..91de5bc 100644 --- a/recipes-devtools/clang/clang_git.bb +++ b/recipes-devtools/clang/clang_git.bb | |||
@@ -367,8 +367,8 @@ FILES:lldb-server = "\ | |||
367 | " | 367 | " |
368 | 368 | ||
369 | FILES:liblldb = "\ | 369 | FILES:liblldb = "\ |
370 | ${libdir}/liblldbIntelFeatures.so* \ | 370 | ${libdir}/liblldbIntelFeatures.so.* \ |
371 | ${libdir}/liblldb.so* \ | 371 | ${libdir}/liblldb.so.* \ |
372 | " | 372 | " |
373 | 373 | ||
374 | FILES:${PN}-libllvm =+ "\ | 374 | FILES:${PN}-libllvm =+ "\ |