docker/coreboot-sdk: Add perl modules for gcov
These perl modules are needed to run the coverage-report target for gcov. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: If32a42ce17edcbae94394f770c26d3300abebcbe Reviewed-on: https://review.coreboot.org/c/coreboot/+/79072 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
64b340065f
commit
6843755c26
|
@ -40,9 +40,11 @@ RUN \
|
||||||
graphviz \
|
graphviz \
|
||||||
lcov \
|
lcov \
|
||||||
less \
|
less \
|
||||||
|
libcapture-tiny-perl \
|
||||||
libcrypto++-dev \
|
libcrypto++-dev \
|
||||||
libcurl4 \
|
libcurl4 \
|
||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
|
libdatetime-perl \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
libfreetype-dev \
|
libfreetype-dev \
|
||||||
libftdi1-dev \
|
libftdi1-dev \
|
||||||
|
@ -56,6 +58,7 @@ RUN \
|
||||||
libpci-dev \
|
libpci-dev \
|
||||||
libreadline-dev \
|
libreadline-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
libtimedate-perl \
|
||||||
libusb-1.0-0-dev \
|
libusb-1.0-0-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libyaml-dev \
|
libyaml-dev \
|
||||||
|
|
Loading…
Reference in New Issue