Merge remote-tracking branch 'origin/openEuler-22.03-LTS-Next' into openEuler-22.03-LTS-Next

This commit is contained in:
heppen 2023-12-15 15:58:23 +08:00
commit 68eeb9f8a7

View File

@ -97,6 +97,10 @@ install -d -m 0755 %{buildroot}/%{build_opt}/openeuler/compiler_gn/third_party/s
rm -rf %{_builddir}/%{header_out_path}/softbus_client/inner_kits/transport/inner_session.h
find %{_builddir}/%{header_out_path} -name *.h -print0 | xargs -0 -i cp -rf {} %{buildroot}/%{_includedir}/dsoftbus/
# install libs and headers from dsoftbus
rm -rf %{_builddir}/%{header_out_path}/softbus_client/inner_kits/transport/inner_session.h
find %{_builddir}/%{header_out_path} -name *.h -print0 | xargs -0 -i cp -rf {} %{buildroot}/%{_includedir}/dsoftbus/
# install libs and headers from dsoftbus
%define dsoftbus_module_path %{module_out_path}/communication/dsoftbus
@ -139,5 +143,3 @@ install -m 0755 %{SOURCE5} %{buildroot}/system/profile
* Wed Nov 23 2022 xuchongyu <xuchongyu@huawei.com> - 1.0.0-2
- add URL,change branch of libboundscheck to 22.03-LTS-SP1
* Tue Nov 22 2022 xuchongyu <xuchongyu@huawei.com> - 1.0.0-1
- init dsoftbus