mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2024-11-21 17:54:44 +00:00
f4be26e249
I was build-testing gru_bob on an arm64 host, and got a build error when compiling U-Boot. Python.h missing - installing python3-devel fixes it. Signed-off-by: Leah Rowe <leah@libreboot.org>
13 lines
732 B
Text
Executable file
13 lines
732 B
Text
Executable file
pkg_add="dnf -y install"
|
|
pkglist=" \
|
|
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc \
|
|
arm-none-eabi-gcc arm-none-eabi-newlib autogen bison bzip2 cmake curl \
|
|
dejavu-fonts-all device-mapper doxygen e2fsprogs flex freetype-devel fuse \
|
|
gawk gcc gcc-gnat gdb gettext gettext-devel git gprbuild help2man \
|
|
innoextract intltool libftdi-devel libgpiod-devel libjaylink-devel \
|
|
libselinux-devel libusb1 libusb1-devel nasm ncurses-devel openssl-devel \
|
|
p7zip p7zip-plugins pandoc parted pciutils-devel perl perl-libwww-perl \
|
|
python-unversioned-command python3 python3-setuptools rsync sharutils \
|
|
subversion systemd-devel texinfo unar unifont unifont-fonts \
|
|
unifont-ttf-fonts unzip wget xz zlib-devel ccache swig python3-devel \
|
|
"
|