!9 beget采用reactor模式重构,摒弃多线程带来的消耗
From: @peng-langyuan Reviewed-by: @tian2020 Signed-off-by: @tian2020
This commit is contained in:
commit
18ea74ab3b
2143
0004-refactor-using-the-reactor-framework.patch
Normal file
2143
0004-refactor-using-the-reactor-framework.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
||||
|
||||
Name: distributed-beget
|
||||
Version: 1.0.0
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: openEuler embedded softbus capability support
|
||||
License: Apache License 2.0
|
||||
URL: https://gitee.com/openeuler/distributed-beget.git
|
||||
@ -15,6 +15,7 @@ Source3: startup.BUILD.gn
|
||||
Patch1: 0001-fixbug_fd_leak_for_init.patch
|
||||
Patch2: 0002-feat-for-embedded-fix-compile-errors.patch
|
||||
Patch3: 0003-feat-for-embedded-fix-sysroot-hilog-path.patch
|
||||
Patch4: 0004-refactor-using-the-reactor-framework.patch
|
||||
|
||||
BuildRequires: distributed-build, hilog, commonlibrary_c_utils
|
||||
|
||||
@ -41,6 +42,7 @@ cp -rf %{_builddir}/build/openeuler/compiler_gn/* %{_builddir}
|
||||
%patch -P1 -p1 -d %{_builddir}/base/startup/init
|
||||
%patch -P2 -p1 -d %{_builddir}/base/startup/init
|
||||
%patch -P3 -p1 -d %{_builddir}/base/startup/init
|
||||
%patch -P4 -p1 -d %{_builddir}/base/startup/init
|
||||
# exit 0
|
||||
|
||||
%build
|
||||
@ -103,6 +105,8 @@ ln -s /usr/include/init %{buildroot}%{build_opt}/openeuler/compiler_gn/%{interfa
|
||||
%{build_opt}/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 27 2024 peng_langyuan <peng_langyuan@hoperun.com> - 1.0.0-4
|
||||
- Refactor param service using the reactor framework
|
||||
|
||||
* Mon Mar 18 2024 s_c_c <shichuchao@huawei.com> - 1.0.0-3
|
||||
- Fix compile errors and sysroot hilog path for embedded
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user