mirror of
https://abf.rosa.ru/djam/u-boot-tools.git
synced 2025-02-22 21:52:49 +00:00
Compare commits
2 commits
b5e4c58775
...
9c0215fd1e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9c0215fd1e | ||
![]() |
7a9f8ad85c |
2 changed files with 8 additions and 6 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
u-boot-2024.04.tar.bz2: 9b4dc125a8e6d53f73db2c3c0209f77d982b92da
|
||||
u-boot-2025.01.tar.bz2: c74bfbe3ee8b3a57bba32175a41386947e9f0922
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%global optflags %(echo %{optflags} | sed -e 's/-ffat-lto-objects//g' -e 's/-fvar-tracking-assignments//g')
|
||||
|
||||
Name: u-boot-tools
|
||||
Version: 2024.04
|
||||
Version: 2025.01
|
||||
Release: 1
|
||||
Summary: Tools for the u-boot Firmware
|
||||
Group: System/Kernel and hardware
|
||||
|
@ -10,16 +10,15 @@ Epoch: 1
|
|||
URL: https://docs.u-boot.org/en/v%{version}/
|
||||
Source0: https://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||
License: GPLv2
|
||||
BuildRequires: bzip2
|
||||
BuildRequires: dtc
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: python38-devel
|
||||
BuildRequires: pkgconfig(python-3.8)
|
||||
BuildRequires: python3egg(setuptools)
|
||||
BuildRequires: python38-setuptools
|
||||
BuildRequires: openssl1.1
|
||||
BuildRequires: openssl1.1-devel
|
||||
BuildRequires: pkgconfig(openssl3.3)
|
||||
BuildRequires: %{_lib}tinfo5
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: llvm17
|
||||
|
@ -37,6 +36,9 @@ mkimage a tool that creates kernel bootable images for u-boot.
|
|||
sed -i 's/tinfo/ncursesw/g' tools/Makefile
|
||||
|
||||
%build
|
||||
/usr/libexec/python3.8 -m venv .
|
||||
. ./bin/activate
|
||||
|
||||
%set_build_flags
|
||||
export PYTHONPATH=%{python38_sitelib}
|
||||
export PYTHON3=/usr/libexec/python3.8
|
||||
|
|
Loading…
Add table
Reference in a new issue