From 61c6d278566740b7e4b82ab2026d7e2c2505f190 Mon Sep 17 00:00:00 2001 From: Wook Song Date: Thu, 7 May 2020 17:18:42 +0900 Subject: [PATCH] [Dist/Tizen] Remove an invalid command line This patch removes an invalid command line that creates a symlink, *.so. Signed-off-by: Wook Song --- packaging/nnstreamer.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 5710925..c72d383 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -415,7 +415,6 @@ export NNSTREAMER_DECODERS=$(pwd)/build/ext/nnstreamer/tensor_decoder %if %{with tizen} bash %{test_script} ./tests/tizen_nnfw_runtime/unittest_nnfw_runtime_raw - ln -s ext/nnstreamer/tensor_source/*.so . GST_PLUGIN_PATH=${NNSTREAMER_BUILD_ROOT_PATH}/build/ext/nnstreamer/tensor_source:${GST_PLUGIN_PATH} bash %{test_script} ./tests/tizen_capi/unittest_tizen_sensor %endif #if tizen %if 0%{?unit_test} -- 2.7.4