systemd: remove previous bootstrap logic
Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6440
This commit is contained in:
parent
6f5d86f3c1
commit
f9601f1502
1 changed files with 3 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue