Fix permission issue and flatbuffer pkg accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20200306.044814 accepted/tizen/5.5/unified/mobile/hotfix/20201029.082031 accepted/tizen/5.5/unified/wearable/hotfix/20201027.115441 submit/tizen_5.5/20200306.012328 submit/tizen_5.5_mobile_hotfix/20201029.065637 submit/tizen_5.5_wearable_hotfix/20201026.184303
authorChunseok Lee <chunseok.lee@samsung.com>
Fri, 6 Mar 2020 00:48:44 +0000 (09:48 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Fri, 6 Mar 2020 01:18:58 +0000 (10:18 +0900)
- Fix permission on nnfw script
- Fix flatbuffer pkg
- Fix permission on test geneator python script

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
packaging/flatbuffers.tar.gz
packaging/nnfw.spec

index e69de29..090b330 100644 (file)
Binary files a/packaging/flatbuffers.tar.gz and b/packaging/flatbuffers.tar.gz differ
index 475fb2e..4045989 100644 (file)
@@ -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