Felix Singer has submitted this change. ( https://review.coreboot.org/c/flashrom/+/66983 )
Change subject: manibuilder/centos: Install `systemd-devel` package ......................................................................
manibuilder/centos: Install `systemd-devel` package
This adds `libudev` which is linked by `libusb`. Generally, this wouldn't be required with shared libraries, however we ask pkg- config for the full dependency graph to support static libraries alike.
Change-Id: I50ba939c51215089b2e48b92779a1e6b49939b32 Signed-off-by: Nico Huber nico.h@gmx.de Reviewed-on: https://review.coreboot.org/c/flashrom/+/66983 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Felix Singer felixsinger@posteo.net --- M util/manibuilder/Dockerfile.centos 1 file changed, 20 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/util/manibuilder/Dockerfile.centos b/util/manibuilder/Dockerfile.centos index 16ea921..aa28fc4 100644 --- a/util/manibuilder/Dockerfile.centos +++ b/util/manibuilder/Dockerfile.centos @@ -2,7 +2,7 @@
RUN \ useradd -p locked -m mani && \ - yum install -q -y ca-certificates git gcc \ + yum install -q -y ca-certificates git gcc systemd-devel \ pciutils-devel libusb-devel libusbx-devel && \ yum clean -q -y all