From 5ec4f4e3897615d312edc58e587ce85a1585a647b04d277029e9fdd8b8cf57e7 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Thu, 7 Apr 2022 08:27:56 +0000 Subject: [PATCH] Accepting request 967438 from hardware:boot:staging OBS-URL: https://build.opensuse.org/request/show/967438 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=162 --- u-boot.changes | 5 +++++ u-boot.spec | 8 ++++++++ 2 files changed, 13 insertions(+) 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