]> git.pld-linux.org Git - packages/arm-trusted-firmware.git/commitdiff
up to 2.8.0
authorJan Palus <atler@pld-linux.org>
Wed, 23 Nov 2022 14:27:20 +0000 (15:27 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 23 Nov 2022 14:27:20 +0000 (15:27 +0100)
arm-trusted-firmware.spec

index 03fc94be8b9f1ae6880f7b15cd793a2eebd6666e..7b09143f220050266d7093bf7ba61dd163b16055 100644 (file)
@@ -1,17 +1,21 @@
 Summary:       ARM Trusted Firmware
 Name:          arm-trusted-firmware
-Version:       2.7.0
+Version:       2.8.0
 Release:       1
 License:       BSD
 Group:         Base/Kernel
 Source0:       https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-%{version}.tar.gz
-# Source0-md5: 027614c144094b203e8e296ab7b076fe
+# Source0-md5: 4834cc9dc6b0188ab65df45a74b3bc9d
 URL:           https://developer.arm.com/tools-and-software/open-source-software/firmware/trusted-firmware
 BuildRequires: crossarm-gcc
 BuildRequires: dtc
+BuildRequires: openssl-tools
+BuildRequires: rpmbuild(macros) >= 1.750
 ExclusiveArch: aarch64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                binutils_ver    %(rpm -q --qf=%%{V} binutils)
+
 %description
 ARM Trusted firmware is a reference implementation of secure world
 software for ARMv8-A including Exception Level 3 (EL3) software. It
@@ -41,6 +45,9 @@ interest to users.
 %setup -q -n trusted-firmware-a-%{version}
 
 %build
+%if %{_ver_ge "%binutils_ver" "2.39"}
+export TF_LDFLAGS="--no-warn-rwx-segments"
+%endif
 for soc in rk3399; do
 %{__make} \
        V=1 \
This page took 0.073076 seconds and 4 git commands to generate.