nnstreamer: Suppress warnings as error [YOCIMX-8343]

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
Tom Hochstein 2024-09-25 13:16:46 -05:00
parent 96f3fe75bb
commit 3186aa9b12

View File

@ -100,6 +100,9 @@ EXTRA_OEMESON += "\
-Dtflite2-custom-support=disabled \
"
# FIXME: Remove this when the source warnings are fixed
CFLAGS += "-Wno-error"
do_install:append() {
rm -f ${D}/${bindir}/unittest-nnstreamer/tests/test_models/models/tvm_add_one.so_
}