mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
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>
This commit is contained in:
parent
94e7f072c0
commit
7bb55f1c36
@ -2,7 +2,7 @@ FROM manibase
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user