scripts: Add libc6-i386 to px4 package install.

Fixes https://github.com/ArduPilot/ardupilot/issues/4316
This commit is contained in:
Tom Pittenger 2016-06-16 08:06:06 -07:00
parent 40db90cebe
commit ed7af8c717
1 changed files with 1 additions and 1 deletions

View File

@ -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