diff --git a/u-boot.changes b/u-boot.changes index 9023163..befd9b0 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 7 06:24:22 UTC 2022 - Guillaume GARDET + +- Add new build dependencies + ------------------------------------------------------------------- Wed Apr 6 06:00:29 UTC 2022 - Guillaume GARDET diff --git a/u-boot.spec b/u-boot.spec index 9f0ed95..3edc8df 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -240,9 +240,13 @@ BuildRequires: bc BuildRequires: bison # Arndale board needs DTC >= 1.4 BuildRequires: dtc >= 1.4.0 +# gnutls/gnutls.h required for tools/mkeficapsule.c +BuildRequires: libgnutls-devel BuildRequires: flex # u-boot-clearfog (tools/kwbimage.c) needs openssl to build BuildRequires: libopenssl-devel +# uuid/uuid.h required for tools/mkeficapsule.c +BuildRequires: libuuid-devel BuildRequires: pkgconfig BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -295,6 +299,10 @@ BuildRequires: arm-trusted-firmware-sun50i_a64 %if 0%{?is_h6} && %{with uboot_atf} BuildRequires: arm-trusted-firmware-sun50i_h6 %endif +%if "%target" == "tools" || "%target" == "avnetultra96rev1" || "%target" == "clearfog" || "%target" == "mvebudb-88f3720" || "%target" == "mvebudbarmada8k" || "%target" == "mvebudbarmada8k3" || "%target" == "mvebuespressobin-88f3720" || "%target" == "mvebumcbin-88f8040" || "%target" == "turrisomnia" +# Fixes ld: cannot find -ltinfo: No such file or directory +BuildRequires: ncurses-devel +%endif %if "%{name}" == "u-boot-qemu-ppce500" # Owns /usr/share/qemu directory BuildRequires: qemu