From 629e0a46bffdb5c6adc3e419e2aab11491f5252b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 20 Jul 2017 13:39:08 -0700 Subject: lldb: Fix package QA errors WARNING: lldb-5.0.0+gitAUTOINC+e8f2eb9a3b_404119f2df_d8edb413bc-r0 do_package_qa: QA Issue: lldb-dbg: found library in wrong location: /usr/bin/.debug/liblldb-intel-mpxtable.so lldb: found library in wrong location: /usr/bin/liblldb-intel-mpxtable.so [libdir] Signed-off-by: Khem Raj --- recipes-devtools/clang/lldb_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/clang/lldb_git.bb b/recipes-devtools/clang/lldb_git.bb index cf4ad59..f5700b5 100644 --- a/recipes-devtools/clang/lldb_git.bb +++ b/recipes-devtools/clang/lldb_git.bb @@ -66,3 +66,5 @@ do_install() { cd ${B}/tools/lldb oe_runmake 'DESTDIR=${D}' install } + +INSANE_SKIP_${PN}-dbg = "libdir" -- cgit v1.2.3-54-g00ecf