[meta-freescale] [meta-freescale-layer][PATCH 07/12] ipc-ust: skip two insane check

Zhenhua Luo zhenhua.luo at nxp.com
Fri Jun 3 00:49:35 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-extended/ipc-ust/ipc-ust_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb
index c39716b..23350b3 100644
--- a/recipes-extended/ipc-ust/ipc-ust_git.bb
+++ b/recipes-extended/ipc-ust/ipc-ust_git.bb
@@ -49,3 +49,6 @@ do_install () {
 FILES_${PN} += "${base_libdir}/*.so /ipc/*"
 FILES_${PN}-dev = "${includedir}"
 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