|
@@ -81,7 +81,7 @@ apt-get -y install build-essential perl
|
|
# Coreboot build dependencies (also requires build-essential and git)
|
|
# 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
|
|
|
|
|
|
+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.
|
|
# For cross-compiling i686 target on x86_64 host.
|
|
[ "${arch}" -eq 0 ] && apt-get -y install lib32ncurses5-dev
|
|
[ "${arch}" -eq 0 ] && apt-get -y install lib32ncurses5-dev
|