From fc9bb53b15031d6ca72fd04674eea2ece2771eb1 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Tue, 26 Jul 2022 14:00:59 +0900 Subject: [PATCH] Add build dependency to curl to support network transfer during MIC Change-Id: Ie73685ac7a3d058087c59fab43618dfb853483ea Signed-off-by: Hyotaek Shim --- packaging/mic-bootstrap.spec | 1 + 1 file changed, 1 insertion(+) 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. -- 2.7.4