diff --git a/.abf.yml b/.abf.yml index 066aef8..bbaf325 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - u-boot-2025.01.tar.bz2: 0429e2b04c0c2f1c3451813af1c1eb4ed836400a + u-boot-2025.01.tar.bz2: c74bfbe3ee8b3a57bba32175a41386947e9f0922 diff --git a/u-boot-tools.spec b/u-boot-tools.spec index e5fd74a..654313f 100644 --- a/u-boot-tools.spec +++ b/u-boot-tools.spec @@ -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