dependencies: debian: replace iasl by acpica-tools.
In PureOS 10 (byzantium) /usr/bin/iasl is provided by acpica-tools. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
parent
85617168e5
commit
afe49875b5
|
@ -80,7 +80,7 @@ pkcon -y --allow-reinstall install build-essential perl
|
||||||
# Coreboot build dependencies (also requires build-essential and git)
|
# Coreboot build dependencies (also requires build-essential and git)
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
|
|
||||||
pkcon -y --allow-reinstall install libncurses5-dev doxygen iasl gdb flex bison build-essential git libssl-dev gnat
|
pkcon -y --allow-reinstall install libncurses5-dev doxygen acpica-tools gdb flex bison build-essential git libssl-dev gnat
|
||||||
|
|
||||||
# For cross-compiling i686 target on x86_64 host.
|
# For cross-compiling i686 target on x86_64 host.
|
||||||
[ "${arch}" -eq 0 ] && pkcon -y --allow-reinstall install lib32ncurses5-dev
|
[ "${arch}" -eq 0 ] && pkcon -y --allow-reinstall install lib32ncurses5-dev
|
||||||
|
|
Loading…
Reference in New Issue