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 \
|
||||
lcov \
|
||||
less \
|
||||
libcapture-tiny-perl \
|
||||
libcrypto++-dev \
|
||||
libcurl4 \
|
||||
libcurl4-openssl-dev \
|
||||
libdatetime-perl \
|
||||
libelf-dev \
|
||||
libfreetype-dev \
|
||||
libftdi1-dev \
|
||||
|
@ -56,6 +58,7 @@ RUN \
|
|||
libpci-dev \
|
||||
libreadline-dev \
|
||||
libssl-dev \
|
||||
libtimedate-perl \
|
||||
libusb-1.0-0-dev \
|
||||
libxml2-dev \
|
||||
libyaml-dev \
|
||||
|
|
Loading…
Reference in New Issue