1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-29 16:03:47 +02:00

manibuilder/fedora: 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: I50f5333a7a9eae174eff8ae9cf451de3080f9fa8
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/66987
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:
Nico Huber 2022-08-23 18:47:30 +02:00 committed by Felix Singer
parent d5f6f24a2b
commit 8ab5ff56aa

View File

@ -2,7 +2,7 @@ FROM manibase
RUN \ RUN \
useradd -p locked -m mani && \ useradd -p locked -m mani && \
dnf install -q -y git gcc ccache make \ dnf install -q -y git gcc ccache make systemd-devel \
pciutils-devel libusb-devel libusbx-devel libftdi-devel \ pciutils-devel libusb-devel libusbx-devel libftdi-devel \
libjaylink-devel && \ libjaylink-devel && \
dnf clean -q -y all dnf clean -q -y all