From: Jaehoon Chung Date: Thu, 16 Jun 2022 04:16:08 +0000 (+0900) Subject: packaging: add bc package as BuildRequires X-Git-Tag: submit/tizen/20220616.045700^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=179fa9561c4cc77ae4390363ddfe71101b9ca148;p=platform%2Fkernel%2Fu-boot.git packaging: add bc package as BuildRequires Add bc package as BuildRequires. Fix the below message during building package. "/bin/sh: bc: command not found" Change-Id: I36e3c97e3a58756898e40a1073dfa0779545daa7 Signed-off-by: Jaehoon Chung --- diff --git a/packaging/u-boot.spec b/packaging/u-boot.spec index d5ebee172a..159f1972eb 100644 --- a/packaging/u-boot.spec +++ b/packaging/u-boot.spec @@ -10,6 +10,7 @@ Source0: %{name}-%{version}.tar.bz2 Source1001: u_boot.manifest BuildRequires: gcc >= 6.0 +BuildRequires: bc BuildRequires: flex BuildRequires: bison BuildRequires: libopenssl1.1-devel