1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-03 06:53:18 +02:00

manibuilder: Add libjaylink where possible, disable where not

Change-Id: I2f7aebe602ebdb0a4748640e281b9a92146f0ca8
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/33338
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Nico Huber
2019-03-05 16:12:14 +01:00
committed by Angel Pons
parent fc9c48969b
commit 08060b1672
4 changed files with 10 additions and 4 deletions

View File

@ -18,8 +18,9 @@ RUN \
apt-get -qq update && \
apt-get -qq upgrade && \
apt-get -qq dist-upgrade && \
apt-get -qqy install gcc make git doxygen ccache \
apt-get -qqy install gcc make git doxygen ccache pkg-config \
libpci-dev libusb-dev libftdi-dev libusb-1.0-0-dev && \
{ apt-get -qqy install libjaylink-dev || true; } && \
apt-get clean
USER mani