systemd: remove previous bootstrap logic

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6440
This commit is contained in:
Oliver Smith 2025-04-05 18:26:18 +02:00
parent 6f5d86f3c1
commit f9601f1502
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -9,7 +9,7 @@
pkgname=systemd
pkgver=257.5
_pkgver="musl-v${pkgver//_/-}-split-usr"
pkgrel=1
pkgrel=2
pkgdesc="System and service manager"
url="https://github.com/systemd/systemd"
arch="all !ppc64le !s390x" # blocked by pmboostrap not supporting
@ -75,22 +75,10 @@ makedepends="
util-linux-dev
xz-dev
zstd-dev
"
# We add these as explicit dependencies to ensure we get the systemd variants
# and not the Alpine ones.
if [ -z "$BOOTSTRAP" ] || [ "$BOOTSTRAP" -gt 2 ]; then
makedepends="$makedepends
dbus-dev
polkit-dev
dbus-dev
polkit-dev
"
else
makedepends="$makedepends
linux-pam-dev>1.0
dbus-dev<999
polkit-dev<999
"
fi
# provides=openrc and openrc-settingsd to prevent those packages
# getting pulled in, as there are some conflicts (dbus)