From: Kwanghoon Son Date: Thu, 12 Mar 2020 03:32:59 +0000 (+0900) Subject: [Dist/Tizen] Update header files in details/os X-Git-Tag: accepted/tizen/unified/20200315.214806^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=339fdeeb454d8960ec06c2225aa7133dceab2443;p=platform%2Fupstream%2Fdldt.git [Dist/Tizen] Update header files in details/os 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 --- diff --git a/packaging/openvino.spec b/packaging/openvino.spec index fa629e9..8758372 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