]> code.ossystems Code Review - openembedded-core.git/commit
insane.bbclass: Avoid libdir QA check if PACKAGE_DEBUG_SPLIT_STYLE='debug-file-directory'
authorJian Liu <jian.liu@windriver.com>
Mon, 2 Nov 2015 02:07:54 +0000 (10:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Nov 2015 15:49:27 +0000 (15:49 +0000)
commitf18a917c1493d4107c7f9db1d9ba19ec368f9b48
treefa0daa67698f2daa3e7754e284cfeb808fab1b95
parentb32420effcc0435353adc63023d2e4276dd1e0c6
insane.bbclass: Avoid libdir QA check if PACKAGE_DEBUG_SPLIT_STYLE='debug-file-directory'

If PACKAGE_DEBUG_SPLIT_STYLE='debug-file-directory', debuglibdir will be
"/usr/lib/debug". Usually 64bit libs should be put under "/usr/lib64".
This often cause an warning, so skip the checking.

Signed-off-by: Jian Liu <jian.liu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/insane.bbclass