mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-29 07:53:44 +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:
parent
d5f6f24a2b
commit
8ab5ff56aa
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user