2025.01
Some checks failed
Run CI/CD... / main (push) Failing after 9m16s

This commit is contained in:
Your Name 2025-02-21 14:58:55 +00:00
parent 7a9f8ad85c
commit 9c0215fd1e
2 changed files with 5 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources:
u-boot-2025.01.tar.bz2: 0429e2b04c0c2f1c3451813af1c1eb4ed836400a
u-boot-2025.01.tar.bz2: c74bfbe3ee8b3a57bba32175a41386947e9f0922

View file

@ -18,7 +18,7 @@ BuildRequires: pkgconfig(python3)
BuildRequires: pkgconfig(python-3.8)
BuildRequires: python3egg(setuptools)
BuildRequires: python38-setuptools
BuildRequires: pkgocnfig(openssl3.3)
BuildRequires: pkgconfig(openssl3.3)
BuildRequires: %{_lib}tinfo5
BuildRequires: ncurses-devel
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
%build
/usr/libexec/python3.8 -m venv .
. ./bin/activate
%set_build_flags
export PYTHONPATH=%{python38_sitelib}
export PYTHON3=/usr/libexec/python3.8