From de8f2ab668c5a4b19be958852f901c88e014cca1 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Sun, 29 May 2016 20:11:26 -0500 Subject: ipc-ust: skip two insane check 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 --- 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" -- cgit v1.2.3-54-g00ecf