Merge pull request 'fix_distro_dependencies - part 2' (#139) from andreamtp/lbmk:fix_distro_dependencies into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/139btrfsvols
commit
7b2060086a
|
@ -1,19 +1,15 @@
|
||||||
pkg_add="apt-get -y install"
|
pkg_add="apt-get -y install"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
wget git uuid-dev nasm build-essential sharutils curl parted e2fsprogs unzip \
|
acpica-tools autoconf autogen automake autopoint autotools-dev bc \
|
||||||
pkg-config gcc-arm-linux-gnueabi \
|
binutils-arm-none-eabi bison build-essential cmake curl device-tree-compiler \
|
||||||
build-essential python3 \
|
doxygen e2fsprogs efitools flex fonts-unifont gawk gcc-arm-linux-gnueabi \
|
||||||
build-essential perl python3-setuptools libncurses5-dev doxygen iasl gdb flex \
|
gcc-arm-none-eabi gdb gettext git gnat help2man innoextract libdevmapper-dev \
|
||||||
bison build-essential git libssl-dev gnat python-is-python3 \
|
libfdt-dev libfont-freetype-perl libfreetype6-dev libftdi-dev libfuse-dev \
|
||||||
fonts-unifont libopts25 libselinux1-dev autogen m4 autoconf help2man \
|
libgnutls28-dev liblz4-tool liblzma-dev libncurses5-dev libncurses-dev \
|
||||||
libopts25-dev libfont-freetype-perl automake autotools-dev build-essential bison \
|
libnewlib-arm-none-eabi libopts25 libopts25-dev libpci-dev libpython3-dev \
|
||||||
flex libfuse-dev liblzma-dev gawk libdevmapper-dev libtool libfreetype6-dev \
|
libsdl2-dev libselinux1-dev libssl-dev libtool libusb-1.0 libusb-1.0-0-dev \
|
||||||
gettext unifont bc bison build-essential device-tree-compiler efitools flex \
|
libusb-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted pciutils \
|
||||||
libfdt-dev liblz4-tool libgnutls28-dev libncurses-dev libpython3-dev libsdl2-dev \
|
perl pkg-config python3 python3-distutils python3-pkg-resources python3-pycryptodome \
|
||||||
libssl-dev lz4 lzma lzma-alone openssl pkg-config python3 python3-distutils \
|
python3-pyelftools python3-setuptools python-is-python3 sharutils swig unar \
|
||||||
python3-pkg-resources python3-pycryptodome python3-pyelftools swig uuid-dev \
|
unifont unzip uuid-dev wget zlib1g-dev \
|
||||||
build-essential libpci-dev pciutils zlib1g-dev libftdi-dev build-essential \
|
|
||||||
libusb-1.0-0-dev libusb-1.0 libusb-1.0-0-dev libusb-dev cmake \
|
|
||||||
innoextract p7zip p7zip-full unar autopoint \
|
|
||||||
binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi cmake \
|
|
||||||
"
|
"
|
||||||
|
|
|
@ -6,6 +6,6 @@ device-mapper doxygen e2fsprogs flex freetype-devel fuse gawk gcc gcc-gnat \
|
||||||
gdb gettext gettext-devel git gprbuild help2man innoextract intltool \
|
gdb gettext gettext-devel git gprbuild help2man innoextract intltool \
|
||||||
libftdi-devel libselinux-devel libusb1 libusb1-devel nasm ncurses-devel \
|
libftdi-devel libselinux-devel libusb1 libusb1-devel nasm ncurses-devel \
|
||||||
openssl-devel p7zip p7zip-plugins pandoc parted pciutils-devel perl \
|
openssl-devel p7zip p7zip-plugins pandoc parted pciutils-devel perl \
|
||||||
perl-libwww-perl python3 rsync sharutils subversion texinfo unar unifont \
|
perl-libwww-perl python-unversioned-command python3 rsync sharutils subversion \
|
||||||
unifont-fonts unifont-ttf-fonts unzip wget xz zlib-devel \
|
texinfo unar unifont unifont-fonts unifont-ttf-fonts unzip wget xz zlib-devel \
|
||||||
"
|
"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
debian
|
Loading…
Reference in New Issue