Update config system deps

This commit is contained in:
heppen 2023-12-14 17:32:50 +08:00
parent 6c36f1ede8
commit 6252652261
2 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,35 @@
From b50984ca839d72df07331a9c6a9e28a32aefbc77 Mon Sep 17 00:00:00 2001
From: heppen <hepeng68@huawei.com>
Date: Thu, 14 Dec 2023 17:28:26 +0800
Subject: [PATCH] update system deps
---
project_build/configs/system_deps.toml | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/project_build/configs/system_deps.toml b/project_build/configs/system_deps.toml
index 385894cb..3702cff5 100755
--- a/project_build/configs/system_deps.toml
+++ b/project_build/configs/system_deps.toml
@@ -33,6 +33,17 @@ package_deps = [
"harfbuzz-devel",
"jsoncpp-devel",
"expat-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

View File

@ -13,12 +13,13 @@
Name: ft_flutter
Version: 1.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: This repository provides glfw, skia modules for ft_engine.
License: Apache-2.0
URL: https://gitee.com/openeuler/ft_flutter
Source0: https://gitee.com/openeuler/ft_flutter/repository/archive/ft_flutter-1.0.0.tar.gz
Patch0: 0001-update-system-deps.patch
BuildRequires: clang python3 python3-pip python-toml tar cmake ninja-build
BuildRequires: compiler-rt llvm-devel libdrm-devel systemd-devel harfbuzz-devel jsoncpp-devel expat-devel
@ -660,5 +661,8 @@ rm -rf %{buildroot}
#/usr/local/include/*
%changelog
* Thu Nov 14 2023 Peng He <hepeng68@huawei.com> - 1.0.0-2
- Update requires
* Tue Oct 10 2023 xieyijun3 <xieyijun3@huawei.com> - 1.0.0-1
-