forked from pool/u-boot
Accepting request 967438 from hardware👢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
This commit is contained in:
parent
6c55965799
commit
5ec4f4e389
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 7 06:24:22 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Add new build dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 6 06:00:29 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user