mirror of https://github.com/ArduPilot/ardupilot
scripts: Add libc6-i386 to px4 package install.
Fixes https://github.com/ArduPilot/ardupilot/issues/4316
This commit is contained in:
parent
40db90cebe
commit
ed7af8c717
|
@ -6,7 +6,7 @@ BASE_PKGS="gawk make git arduino-core curl"
|
|||
PYTHON_PKGS="pymavlink MAVProxy droneapi catkin_pkg"
|
||||
PX4_PKGS="python-serial python-argparse openocd flex bison libncurses5-dev \
|
||||
autoconf texinfo build-essential libftdi-dev libtool zlib1g-dev \
|
||||
zip genromfs python-empy"
|
||||
zip genromfs python-empy libc6-i386"
|
||||
BEBOP_PKGS="g++-arm-linux-gnueabihf"
|
||||
SITL_PKGS="g++ python-pip python-setuptools python-matplotlib python-serial python-scipy python-opencv python-numpy python-pyparsing ccache realpath"
|
||||
ASSUME_YES=false
|
||||
|
|
Loading…
Reference in New Issue