diff options
author | Kwanghoon Son <k.son@samsung.com> | 2020-03-12 12:32:59 +0900 |
---|---|---|
committer | Kwanghoon Son <k.son@samsung.com> | 2020-03-12 13:15:40 +0900 |
commit | 339fdeeb454d8960ec06c2225aa7133dceab2443 (patch) | |
tree | b9abe10a248e6a3bd9aae893114a49b0c429c43e | |
parent | 368ed32d27559fd1c5b8ec5e42d02b8ddfb24893 (diff) | |
download | dldt-339fdeeb454d8960ec06c2225aa7133dceab2443.tar.gz dldt-339fdeeb454d8960ec06c2225aa7133dceab2443.tar.bz2 dldt-339fdeeb454d8960ec06c2225aa7133dceab2443.zip |
[Dist/Tizen] Update header files in details/ossubmit/tizen/20200312.050336accepted/tizen/unified/20200315.214806
Devel package header files(details/os dir) are missing in spec file.
These files are needed by details/ie_so_loader.h
Change-Id: I8f5b10f9bcf60005fb7d61372b238dbe754421a7
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
-rw-r--r-- | packaging/openvino.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/openvino.spec b/packaging/openvino.spec index fa629e9a5..875837271 100644 --- a/packaging/openvino.spec +++ b/packaging/openvino.spec @@ -158,6 +158,7 @@ mkdir -p %{buildroot}%{_includedir} mkdir -p %{buildroot}%{_includedir}/builders mkdir -p %{buildroot}%{_includedir}/cpp mkdir -p %{buildroot}%{_includedir}/details +mkdir -p %{buildroot}%{_includedir}/details/os mkdir -p %{buildroot}%{_includedir}/hetero mkdir -p %{buildroot}%{_includedir}/multi-device pushd inference-engine @@ -165,6 +166,7 @@ install -m 644 include/*.h* %{buildroot}%{_includedir} install -m 644 include/builders/*.h* %{buildroot}%{_includedir}/builders/ install -m 644 include/cpp/*.h* %{buildroot}%{_includedir}/cpp/ install -m 644 include/details/*.h* %{buildroot}%{_includedir}/details/ +install -m 644 include/details/os/*.h* %{buildroot}%{_includedir}/details/os/ install -m 644 include/hetero/*.h* %{buildroot}%{_includedir}/hetero/ install -m 644 include/multi-device/*.h* %{buildroot}%{_includedir}/multi-device/ popd |