diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2022-07-26 14:00:59 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2022-07-26 14:00:59 +0900 |
commit | fc9bb53b15031d6ca72fd04674eea2ece2771eb1 (patch) | |
tree | 75fee43dcc8d2281a8bcc7f2c569cff71e84b4f1 | |
parent | 95e84fb7922e0e1f8e0f975c2c2976c3ca890c3e (diff) | |
download | mic-bootstrap-accepted/tizen_7.0_unified_hotfix.tar.gz mic-bootstrap-accepted/tizen_7.0_unified_hotfix.tar.bz2 mic-bootstrap-accepted/tizen_7.0_unified_hotfix.zip |
Add build dependency to curl to support network transfer during MICtizen_8.0_m2_releasetizen_7.0_m2_releasesubmit/tizen/20220726.053826accepted/tizen/unified/20220801.131515accepted/tizen/8.0/unified/20231005.100203accepted/tizen/7.0/unified/hotfix/20221116.112231accepted/tizen/7.0/unified/20221110.055834tizen_7.0_hotfixaccepted/tizen_7.0_unified_hotfix
Change-Id: Ie73685ac7a3d058087c59fab43618dfb853483ea
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/mic-bootstrap.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/mic-bootstrap.spec b/packaging/mic-bootstrap.spec index af1e938..42e751d 100644 --- a/packaging/mic-bootstrap.spec +++ b/packaging/mic-bootstrap.spec @@ -36,6 +36,7 @@ BuildRequires: squashfs BuildRequires: cryptsetup BuildRequires: verity-tools BuildRequires: f2fs-tools +BuildRequires: curl %description used for mic bootstrap, this package will be repackaged for i586 and arm libs. |