diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-06-03 15:49:35 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-06-03 08:46:44 -0300 |
commit | 5187dd78045e88403485237bf12f4a6c64befbd0 (patch) | |
tree | 1a76f42db593d0c142375d0cb6e33cd3488bf202 /recipes-extended | |
parent | bb55b0a8d148d78463b50c5f08ab0b9bf57ab03a (diff) | |
download | meta-freescale-5187dd78045e88403485237bf12f4a6c64befbd0.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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/ipc-ust/ipc-ust_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb b/recipes-extended/ipc-ust/ipc-ust_git.bb index c39716b4..23350b3c 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 () { | |||
49 | FILES_${PN} += "${base_libdir}/*.so /ipc/*" | 49 | FILES_${PN} += "${base_libdir}/*.so /ipc/*" |
50 | FILES_${PN}-dev = "${includedir}" | 50 | FILES_${PN}-dev = "${includedir}" |
51 | FILES_${PN}-dbg += "/ipc/.debug" | 51 | FILES_${PN}-dbg += "/ipc/.debug" |
52 | |||
53 | INSANE_SKIP_${PN} += "file-rdeps" | ||
54 | INSANE_SKIP_${PN}-dev += "dev-elf" | ||