mirror of
https://abf.rosa.ru/djam/u-boot-tools.git
synced 2025-02-23 06:02:49 +00:00
This commit is contained in:
parent
7a9f8ad85c
commit
9c0215fd1e
2 changed files with 5 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
u-boot-2025.01.tar.bz2: 0429e2b04c0c2f1c3451813af1c1eb4ed836400a
|
u-boot-2025.01.tar.bz2: c74bfbe3ee8b3a57bba32175a41386947e9f0922
|
||||||
|
|
|
@ -18,7 +18,7 @@ BuildRequires: pkgconfig(python3)
|
||||||
BuildRequires: pkgconfig(python-3.8)
|
BuildRequires: pkgconfig(python-3.8)
|
||||||
BuildRequires: python3egg(setuptools)
|
BuildRequires: python3egg(setuptools)
|
||||||
BuildRequires: python38-setuptools
|
BuildRequires: python38-setuptools
|
||||||
BuildRequires: pkgocnfig(openssl3.3)
|
BuildRequires: pkgconfig(openssl3.3)
|
||||||
BuildRequires: %{_lib}tinfo5
|
BuildRequires: %{_lib}tinfo5
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: llvm17
|
BuildRequires: llvm17
|
||||||
|
@ -36,6 +36,9 @@ mkimage a tool that creates kernel bootable images for u-boot.
|
||||||
sed -i 's/tinfo/ncursesw/g' tools/Makefile
|
sed -i 's/tinfo/ncursesw/g' tools/Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
/usr/libexec/python3.8 -m venv .
|
||||||
|
. ./bin/activate
|
||||||
|
|
||||||
%set_build_flags
|
%set_build_flags
|
||||||
export PYTHONPATH=%{python38_sitelib}
|
export PYTHONPATH=%{python38_sitelib}
|
||||||
export PYTHON3=/usr/libexec/python3.8
|
export PYTHON3=/usr/libexec/python3.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue