[Dist/Tizen] Remove an invalid command line
authorWook Song <wook16.song@samsung.com>
Thu, 7 May 2020 08:18:42 +0000 (17:18 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 7 May 2020 10:25:41 +0000 (19:25 +0900)
This patch removes an invalid command line that creates a symlink, *.so.

Signed-off-by: Wook Song <wook16.song@samsung.com>
packaging/nnstreamer.spec

index 5710925..c72d383 100644 (file)
@@ -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}