From 92967435fc083c6c361419771785e8f4d2cc936a Mon Sep 17 00:00:00 2001 From: Yongjoo Ahn Date: Tue, 11 Jun 2024 18:21:07 +0900 Subject: [PATCH] [prod/tizen-8.0] Disable snpe subplugin build for mv_prj temporarily - Disable snpe build. There is problem in platform's snpe package. - This should be reverted when the snpe package is fixed. Signed-off-by: Yongjoo Ahn --- packaging/nnstreamer.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index c11d075..20d3372 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -139,6 +139,9 @@ %define tvm_support 0 %define trix_engine_support 0 %define onnxruntime_support 0 +# Disable snpe build temporarily +# TODO: Enable snpe build after fixing the snpe package +%define snpe_support 0 %endif # DA requested to remove unnecessary module builds -- 2.7.4