build/dependencies: add p7zip (for blobutil lzma)

fsdg20230625
Leah Rowe 2023-04-01 17:27:35 +01:00
parent 424df36766
commit 96275d52f5
5 changed files with 5 additions and 5 deletions

View File

@ -88,7 +88,7 @@ pacman -S --needed --noconfirm libpciaccess pciutils zlib libftdi base-devel lib
# Management engine extraction dependencies
# ------------------------------------------------------------
pacman -S --needed --noconfirm innoextract
pacman -S --needed --noconfirm innoextract p7zip
# U-Boot build dependencies
# ------------------------------------------------------------

View File

@ -119,4 +119,4 @@ apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev build-essential li
# Blobs building dependencies (for me)
# ------------------------------------------------------------
apt-get -y install innoextract
apt-get -y install innoextract p7zip p7zip-full

View File

@ -91,4 +91,4 @@ dnf -y install pciutils-devel zlib-devel libftdi-devel gcc libusb-devel
# For extracting IntelME from lenovo updates (X230 etc)
dnf -y install innoextract
dnf -y install innoextract p7zip p7zip-plugins

View File

@ -106,4 +106,4 @@ apt-get -y install libpci-dev pciutils zlib1g-dev libftdi-dev build-essential li
# Blobs building dependencies (for me)
# ------------------------------------------------------------
apt-get -y install innoextract
apt-get -y install innoextract p7zip p7zip-full

View File

@ -85,4 +85,4 @@ xbps-install -y libpciaccess pciutils zlib libftdi1 base-devel libusb
# Management engine extraction dependencies
# ------------------------------------------------------------
xbps-install -y innoextract
xbps-install -y innoextract p7zip