nnstreamer: Suppress buildpaths QA error [YOCIMX-8343]

Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
This commit is contained in:
Neena Busireddy 2024-09-11 16:03:56 -05:00 committed by Tom Hochstein
parent 3186aa9b12
commit df356ac5d4

View File

@ -203,7 +203,9 @@ FILES:${PN}-unittest = "\
"
INSANE_SKIP:${PN} += "dev-so"
INSANE_SKIP:${PN}-src += "buildpaths"
INSANE_SKIP:${PN}-python3 += "dev-so"
INSANE_SKIP:${PN}-unittest += "buildpaths"
do_install:append() {
# Fixes: 076a78ea [TVM/test] Add models for more architectures