!3 原依赖distributed-utils拆分为12个组件,修改了spec和system_deps.toml中对distributed-utils的依赖
From: @zxstty Reviewed-by: @xieyijun3 Signed-off-by: @xieyijun3
This commit is contained in:
commit
b04db6cd9f
35
0001-update-system-deps.patch
Normal file
35
0001-update-system-deps.patch
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
From 0e635a0b9d58575095d6482c5efd1b2621c5e97d Mon Sep 17 00:00:00 2001
|
||||||
|
From: heppen <hepeng68@huawei.com>
|
||||||
|
Date: Thu, 14 Dec 2023 17:36:28 +0800
|
||||||
|
Subject: [PATCH] update system deps
|
||||||
|
|
||||||
|
---
|
||||||
|
build/configs/system_deps.toml | 13 ++++++++++++-
|
||||||
|
1 file changed, 12 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/build/configs/system_deps.toml b/build/configs/system_deps.toml
|
||||||
|
index 7079275..30019a5 100755
|
||||||
|
--- a/build/configs/system_deps.toml
|
||||||
|
+++ b/build/configs/system_deps.toml
|
||||||
|
@@ -30,6 +30,17 @@ package_deps = [
|
||||||
|
"systemd-devel",
|
||||||
|
"libinput-devel",
|
||||||
|
"cjson-devel",
|
||||||
|
- "distributed-utils",
|
||||||
|
+ "distributed-beget",
|
||||||
|
+ "distributedhardware_device_manager",
|
||||||
|
+ "commonlibrary_c_utils",
|
||||||
|
+ "notification_eventhandler",
|
||||||
|
+ "communication_ipc",
|
||||||
|
+ "communication_dsoftbus",
|
||||||
|
+ "security_device_auth",
|
||||||
|
+ "security_huks",
|
||||||
|
+ "security_device_security_level",
|
||||||
|
+ "security_dataclassification",
|
||||||
|
+ "systemabilitymgr_safwk",
|
||||||
|
+ "systemabilitymgr_samgr",
|
||||||
|
"distributed-build",
|
||||||
|
]
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
22
ft_mmi.spec
22
ft_mmi.spec
@ -16,16 +16,29 @@
|
|||||||
|
|
||||||
Name: ft_mmi
|
Name: ft_mmi
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: This repository provides mmi for ft_engine.
|
Summary: This repository provides mmi for ft_engine.
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://gitee.com/openeuler/ft_mmi
|
URL: https://gitee.com/openeuler/ft_mmi
|
||||||
Source0: https://gitee.com/openeuler/ft_mmi/repository/archive/ft_mmi-1.0.0.tar.gz
|
Source0: https://gitee.com/openeuler/ft_mmi/repository/archive/ft_mmi-1.0.0.tar.gz
|
||||||
|
Patch0: 0001-update-system-deps.patch
|
||||||
|
|
||||||
BuildRequires: git gn ninja-build clang compiler-rt llvm-devel python3 python3-pip python-toml tar cmake systemd-devel libinput-devel cjson-devel
|
BuildRequires: git gn ninja-build clang compiler-rt llvm-devel python3 python3-pip python-toml tar cmake systemd-devel libinput-devel cjson-devel
|
||||||
BuildRequires: distributed-utils distributed-build
|
BuildRequires: distributed-build distributed-beget distributedhardware_device_manager
|
||||||
Requires: compiler-rt llvm-devel python3 systemd-devel libinput-devel cjson-devel distributed-utils
|
BuildRequires: commonlibrary_c_utils
|
||||||
|
BuildRequires: notification_eventhandler
|
||||||
|
BuildRequires: communication_ipc communication_dsoftbus
|
||||||
|
BuildRequires: security_device_auth security_huks security_device_security_level security_dataclassification
|
||||||
|
BuildRequires: systemabilitymgr_safwk systemabilitymgr_samgr
|
||||||
|
|
||||||
|
Requires: compiler-rt llvm-devel python3 systemd-devel libinput-devel cjson-devel
|
||||||
|
Requires: distributed-beget distributedhardware_device_manager
|
||||||
|
Requires: commonlibrary_c_utils
|
||||||
|
Requires: notification_eventhandler
|
||||||
|
Requires: communication_ipc communication_dsoftbus
|
||||||
|
Requires: security_device_auth security_huks security_device_security_level security_dataclassification
|
||||||
|
Requires: systemabilitymgr_safwk systemabilitymgr_samgr
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ft_mmi module processes intput-event processing, and dispatches event to application.
|
ft_mmi module processes intput-event processing, and dispatches event to application.
|
||||||
@ -85,5 +98,8 @@ rm -rf %{buildroot}
|
|||||||
/usr/local/include/*
|
/usr/local/include/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 15 2023 Jiaqi Zhao <zhaojiaqi18@huawei.com> - 1.0.0-2
|
||||||
|
- Delete distributed-utils requires and update deps
|
||||||
|
|
||||||
* Tue Oct 10 2023 xieyijun3 <xieyijun3@huawei.com> - 1.0.0-1
|
* Tue Oct 10 2023 xieyijun3 <xieyijun3@huawei.com> - 1.0.0-1
|
||||||
-
|
-
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user