diff options
author | SangYoun Kwak <sy.kwak@samsung.com> | 2024-04-24 16:39:19 +0900 |
---|---|---|
committer | SangYoun Kwak <sy.kwak@samsung.com> | 2024-04-24 16:47:46 +0900 |
commit | ee03055f555d676a869038bfcaeac542f0b97609 (patch) | |
tree | 7d0c4214312d8f9f585046d77fe60302837062ab | |
parent | 023ac0bd53d0bcc5289da2973a921ee5db467d3e (diff) | |
download | mic-bootstrap-accepted/tizen_unified_x_asan.tar.gz mic-bootstrap-accepted/tizen_unified_x_asan.tar.bz2 mic-bootstrap-accepted/tizen_unified_x_asan.zip |
Add build dependencies to support delta generationtizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20240625.092127accepted/tizen/unified/x/20240514.011856accepted/tizen/unified/dev/20240620.011407accepted/tizen/unified/20240513.053342accepted/tizen/9.0/unified/20241030.231341tizen_9.0accepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unified
Following build dependencies are added for the following reasons:
* python3: Some delta generation scripts are python3 scripts.
* brotli: Delta generation script requires brotli command.
* attr: Delta generation script requires attr command.
* upgrade-tools: It contains delta generation scripts.
Change-Id: Ic1e9ea336175940f7612d84078e09784868cccde
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
-rw-r--r-- | packaging/mic-bootstrap.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/mic-bootstrap.spec b/packaging/mic-bootstrap.spec index 3cd3cd1..635c8a0 100644 --- a/packaging/mic-bootstrap.spec +++ b/packaging/mic-bootstrap.spec @@ -38,6 +38,10 @@ BuildRequires: cryptsetup BuildRequires: verity-tools BuildRequires: f2fs-tools BuildRequires: curl +BuildRequires: python3 +BuildRequires: brotli +BuildRequires: attr +BuildRequires: upgrade-tools %description used for mic bootstrap, this package will be repackaged for i586 and arm libs. |