summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunseok Lee <chunseok.lee@samsung.com>2020-03-06 09:48:44 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2020-03-06 10:18:58 +0900
commitb226a5d02e5f27c885de8be74db7ceadeacc697a (patch)
treed426e4272ad6f415a841b1ca3f7e1851acf080fe
parentd91a039e0eda6fd70dcd22672b8ce1817c1ca50e (diff)
downloadnnfw-accepted/tizen_5.5_unified_mobile_hotfix.tar.gz
nnfw-accepted/tizen_5.5_unified_mobile_hotfix.tar.bz2
nnfw-accepted/tizen_5.5_unified_mobile_hotfix.zip
- Fix permission on nnfw script - Fix flatbuffer pkg - Fix permission on test geneator python script Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
-rw-r--r--packaging/flatbuffers.tar.gzbin0 -> 756075 bytes
-rw-r--r--packaging/nnfw.spec2
2 files changed, 2 insertions, 0 deletions
diff --git a/packaging/flatbuffers.tar.gz b/packaging/flatbuffers.tar.gz
index e69de29bb..090b330d0 100644
--- a/packaging/flatbuffers.tar.gz
+++ b/packaging/flatbuffers.tar.gz
Binary files differ
diff --git a/packaging/nnfw.spec b/packaging/nnfw.spec
index 475fb2e81..40459890c 100644
--- a/packaging/nnfw.spec
+++ b/packaging/nnfw.spec
@@ -78,6 +78,8 @@ tar -xf %{SOURCE1001}
%build
%ifarch arm armv7l aarch64
cp -v Makefile.template Makefile
+chmod +x ./nnfw
+chmod +x ./tests/nnapi/nnapi_test_generator/android-p/test_generator.py
%{build_options} make %{?jobs:-j%jobs} all
%endif