summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samsung.com>2022-12-15 16:51:37 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2022-12-16 17:31:13 +0300
commitb6b7846618090871d9b416302566210fc94a53d1 (patch)
treed9fcf63b627beac72d10e5f289cec4f9054a13de
parentc690d52bdd137ed6a17353aa7af35e8141ece77b (diff)
downloadnnfw-tizen7_backup.tar.gz
nnfw-tizen7_backup.tar.bz2
nnfw-tizen7_backup.zip
This commit adds flatbuffers-2.0 source tar.gz in package directory. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
-rw-r--r--packaging/FLATBUFFERS-2.0.tar.gzbin0 -> 345691 bytes
-rw-r--r--packaging/nnfw.spec4
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/FLATBUFFERS-2.0.tar.gz b/packaging/FLATBUFFERS-2.0.tar.gz
new file mode 100644
index 000000000..5e8a3361d
--- /dev/null
+++ b/packaging/FLATBUFFERS-2.0.tar.gz
Binary files differ
diff --git a/packaging/nnfw.spec b/packaging/nnfw.spec
index 0518541da..5d521d515 100644
--- a/packaging/nnfw.spec
+++ b/packaging/nnfw.spec
@@ -24,6 +24,7 @@ Source1013: FARMHASH.tar.gz
Source1014: ABSEIL.tar.gz
Source1015: OOURAFFT.tar.gz
Source1016: TENSORFLOW_GPU.tar.gz
+Source1017: FLATBUFFERS-2.0.tar.gz
Source2001: nnfw.pc.in
Source2002: nnfw-plugin.pc.in
@@ -42,8 +43,6 @@ Source2002: nnfw-plugin.pc.in
%endif
BuildRequires: cmake
-# Require flatbuffers-devel for onert frontend (model loading)
-BuildRequires: pkgconfig(flatbuffers)
%ifarch %{arm} aarch64
# Require python for acl-ex library build pre-process
@@ -187,6 +186,7 @@ tar -xf %{SOURCE1013} -C ./externals
tar -xf %{SOURCE1014} -C ./externals
tar -xf %{SOURCE1015} -C ./externals
tar -xf %{SOURCE1016} -C ./externals
+tar -xf %{SOURCE1017} -C ./externals
%build
%ifarch arm armv7l armv7hl aarch64 x86_64 %ix86