]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
support/dependencies: add check for c++ multilib
authorGaël PORTAY <gael.portay@savoirfairelinux.com>
Mon, 5 Feb 2018 21:57:08 +0000 (16:57 -0500)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 6 Feb 2018 16:21:09 +0000 (17:21 +0100)
commit27d22296927d7e4ec0965f2bdaa272b1e8ea15e7
tree339be3f2d4c786d33efe6d2681be76f00e19f142
parent73cbb077be00999494204dd2a408856ff3929cf2
support/dependencies: add check for c++ multilib

Some packages build C++ 32bits host-tools and need the g++-multilib to
be installed on the build machine. As example, qt5webengine builds a C++
host-tool when target is 32bits.

Add the check for g++-multilib to the dependencies script; and update
the Dockerfile to install g++-multilib package.

Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/dependencies/dependencies.sh
support/docker/Dockerfile