util/docker: Add libgpiod-dev to coreboot-sdk for flashrom
Flashrom needs libgpiod-dev to build the new bitbanging programmer driver for Linux libgpiod. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I88f7e11fab115487cc44d4b89b3eab4745ad058d Reviewed-on: https://review.coreboot.org/c/coreboot/+/72371 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:
parent
0602936c0b
commit
0cbc3528e5
|
@ -49,6 +49,7 @@ RUN \
|
|||
libftdi1-dev \
|
||||
libglib2.0-dev \
|
||||
libgmp-dev \
|
||||
libgpiod-dev \
|
||||
libjaylink-dev \
|
||||
liblzma-dev \
|
||||
libncurses5-dev \
|
||||
|
|
Loading…
Reference in New Issue