Revert "nnstreamer: Disable tflite2-custom to avoid build breakage [GVP-173]"

Build break has been fixed for some time now.

This reverts commit 0df4716e16.
This commit is contained in:
Tom Hochstein 2024-09-25 14:06:21 -05:00
parent 7e94e38671
commit a35c4c2fd0

View File

@ -94,12 +94,6 @@ EXTRA_OEMESON += "\
-Dinstall-test=true \
"
# Temporary workaround for https://github.com/nnstreamer/nnstreamer/issues/3964
# explicitly disable tflite2-custom feature to avoid build breakage
EXTRA_OEMESON += "\
-Dtflite2-custom-support=disabled \
"
do_install:append() {
rm -f ${D}/${bindir}/unittest-nnstreamer/tests/test_models/models/tvm_add_one.so_
}