1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-04 18:00:36 +00:00

multiprocmgr-test: suppress ldflags and staticdev QA errors

Resolves:
QA Issue: File /usr/share/ti/examples/mpm/test/filetestdemo/host/bin/demo_filetest in package multiprocmgr-test doesn't have GNU_HASH (didn't pass LDFLAGS?)
QA Issue: non -staticdev package contains static .a library: multiprocmgr-test path '/usr/share/ti/examples/mpm/test/filetestdemo/bufmgr/lib/bufmgr.a' [staticdev]

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
This commit is contained in:
Denys Dmytriyenko
2021-04-03 06:10:02 +00:00
committed by Praneeth Bajjuri
parent 8caa7f04b9
commit cb96a83517
@@ -27,3 +27,5 @@ do_install() {
cp -r ${S}/src/sync ${D}${datadir}/ti/examples/mpm/src
cp -r ${S}/test ${D}${datadir}/ti/examples/mpm
}
INSANE_SKIP_${PN} = "ldflags staticdev"