diff options
| author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-05-29 20:11:26 -0500 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-01 10:10:49 +0800 |
| commit | de8f2ab668c5a4b19be958852f901c88e014cca1 (patch) | |
| tree | 806a6d662127a0e91f2742fe4aec8e374d803393 | |
| parent | 380224e4e947608bcced46055dea1716cb4ba2d8 (diff) | |
| download | meta-fsl-ppc-de8f2ab668c5a4b19be958852f901c88e014cca1.tar.gz | |
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 <zhenhua.luo@nxp.com>
| -rw-r--r-- | recipes-bsp/ipc/ipc-ust_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 () { | |||
| 48 | FILES_${PN} += "/ipc/*" | 48 | FILES_${PN} += "/ipc/*" |
| 49 | FILES_${PN}-dbg += "/ipc/.debug" | 49 | FILES_${PN}-dbg += "/ipc/.debug" |
| 50 | 50 | ||
| 51 | INSANE_SKIP_${PN} += "file-rdeps" | ||
| 52 | INSANE_SKIP_${PN}-dev += "dev-elf" | ||
