From ba22f81461d2e0c9908f6d85be8501142842c9a0 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 16 Jun 2022 13:16:08 +0900 Subject: [PATCH] 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 --- packaging/u-boot.spec | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1