Skip to content
Snippets Groups Projects
Unverified Commit 5529523d authored by Jane Rachinger's avatar Jane Rachinger Committed by Oliver Smith
Browse files

systemd/systemd: remove runtime dependencies from package (MR 5971) (MR 5563)

These are now defined in pmos-base-systemd, those deps aren't needed
for building stuff upon systemd-dev.

[ci:skip-build]: CI bugs out, Clayton successfully build tested armv7
and aarch64 manually
parent cb3a98e5
Branches
No related tags found
1 merge request!5563Add systemd to pmOS edge
......@@ -5,7 +5,7 @@
pkgname=systemd
pkgver=256.5
_pkgver="musl-v${pkgver//_/-}"
pkgrel=3
pkgrel=4
pkgdesc="System and service manager"
url="https://github.com/systemd/systemd"
arch="all !ppc64le !armhf !s390x" # blocked by pmboostrap not supporting
......@@ -211,17 +211,11 @@ check() {
}
package() {
# NOTE: as we can't parse .note.dlopen yet, we specify so:libkmod.so.2 here.
# This wouldn't be needed for a container or similiar, but this doesn't apply to us.
#
# FIXME: For some reason .note.dlopen isn't placed in the binary. Investigate!
# https://github.com/systemd/systemd/blob/main/docs/ELF_DLOPEN_METADATA.md
depends="
$pkgname-journald=$pkgver-r$pkgrel
$pkgname-udevd=$pkgver-r$pkgrel
less
so:libkmod.so.2
util-linux-login
!openrc
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment