[meta-freescale] [meta-fsl-ppc][PATCH 2/3] ipc-ust: skip two insane check

Zhenhua Luo zhenhua.luo at nxp.com
Tue May 31 03:23:12 PDT 2016


Fix the following build issues:
1. WARNING: ipc-ust-git-r0 do_package_qa: QA Issue: /ipc/ipc_test contained in
   package ipc-ust requires libmem.so, but no providers found in
   RDEPENDS_ipc-ust? [file-rdeps]
2. ERROR: ipc-ust-git-r0 do_package_qa: QA Issue: -dev package contains
   non-symlink .so: ipc-ust-dev path
   'work/ppce6500-poky-linux/ipc-ust/git-r0/packages-split/ipc-ust-dev/lib/libipc.so'

Signed-off-by: Zhenhua Luo <zhenhua.luo at nxp.com>
---
 recipes-bsp/ipc/ipc-ust_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/ipc/ipc-ust_git.bb b/recipes-bsp/ipc/ipc-ust_git.bb
index c6b3cfe..e31b9fa 100644
--- a/recipes-bsp/ipc/ipc-ust_git.bb
+++ b/recipes-bsp/ipc/ipc-ust_git.bb
@@ -48,3 +48,5 @@ do_install () {
 FILES_${PN} += "/ipc/*"
 FILES_${PN}-dbg += "/ipc/.debug"
 
+INSANE_SKIP_${PN} += "file-rdeps"
+INSANE_SKIP_${PN}-dev += "dev-elf"
-- 
2.4.11



More information about the meta-freescale mailing list