mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 15:29:35 +02:00
build/dependencies/*: RFC 2646 compliance
This commit is contained in:
@@ -85,7 +85,8 @@ apt-get -y install python3-setuptools
|
||||
# Coreboot build dependencies (also requires build-essential and git)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
apt-get -y install libncurses5-dev doxygen iasl gdb flex bison build-essential git libssl-dev gnat python-is-python3
|
||||
apt-get -y install libncurses5-dev doxygen iasl gdb flex bison \
|
||||
build-essential git libssl-dev gnat python-is-python3
|
||||
|
||||
# For cross-compiling i686 target on x86_64 host.
|
||||
[ "${arch}" -eq 0 ] && apt-get -y install lib32ncurses5-dev
|
||||
@@ -93,14 +94,23 @@ apt-get -y install libncurses5-dev doxygen iasl gdb flex bison build-essential g
|
||||
# GRUB build dependencies (also requires build-essential, bison and flex)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
apt-get -y install fonts-unifont libopts25 libselinux1-dev autogen m4 autoconf help2man libopts25-dev libfont-freetype-perl automake autotools-dev build-essential bison flex libfuse-dev liblzma-dev gawk libdevmapper-dev libtool libfreetype6-dev gettext
|
||||
apt-get -y install fonts-unifont libopts25 libselinux1-dev autogen \
|
||||
m4 autoconf help2man libopts25-dev libfont-freetype-perl \
|
||||
automake autotools-dev build-essential bison flex \
|
||||
libfuse-dev liblzma-dev gawk libdevmapper-dev libtool \
|
||||
libfreetype6-dev gettext
|
||||
|
||||
apt-get -y install unifont
|
||||
|
||||
# U-Boot build dependencies
|
||||
# -------------------------
|
||||
|
||||
apt-get -y install bc bison build-essential device-tree-compiler efitools flex libfdt-dev liblz4-tool libgnutls28-dev libncurses-dev libpython3-dev libsdl2-dev libssl-dev lz4 lzma lzma-alone openssl pkg-config python3 python3-distutils python3-pkg-resources python3-pycryptodome python3-pyelftools swig uuid-dev
|
||||
apt-get -y install bc bison build-essential device-tree-compiler efitools \
|
||||
flex libfdt-dev liblz4-tool libgnutls28-dev libncurses-dev \
|
||||
libpython3-dev libsdl2-dev libssl-dev lz4 lzma lzma-alone \
|
||||
openssl pkg-config python3 python3-distutils \
|
||||
python3-pkg-resources python3-pycryptodome \
|
||||
python3-pyelftools swig uuid-dev
|
||||
|
||||
# BucTS build dependencies (external script)
|
||||
# ------------------------------------------------------------
|
||||
@@ -110,7 +120,9 @@ apt-get -y install build-essential
|
||||
# Flashrom build dependencies (also requires build-essential)
|
||||
# ------------------------------------------------------------
|
||||
|
||||
apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev build-essential libusb-1.0-0-dev libusb-1.0 libusb-1.0-0-dev libusb-dev
|
||||
apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev \
|
||||
build-essential libusb-1.0-0-dev libusb-1.0 \
|
||||
libusb-1.0-0-dev libusb-dev
|
||||
|
||||
# For cross-compiling i686 target on x86_64 host.
|
||||
[ "${arch}" -eq 0 ] && apt-get -y install lib32z1-dev
|
||||
|
||||
Reference in New Issue
Block a user