main/postmarketos-ui-sxmo-*: set pmb:systemd-never (MR 5171)

Sxmo maintainers have decided to stay with OpenRC on postmarketOS. Set
this option, so pmbootstrap doesn't even ask the user if they want to
install Sxmo with systemd. The idea is that users don't end up
reporting issues about this unsupported use case.
This commit is contained in:
Oliver Smith 2024-03-10 20:48:35 +00:00 committed by Clayton Craft
parent d0b1579cc7
commit 333f5f77ce
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ _pmb_recommends="
"
provides="postmarketos-ui-sxmo"
provider_priority=5
options="!check" # has no tests
options="!check pmb:systemd-never"
package() {
mkdir -p "$pkgdir"

View file

@ -49,7 +49,7 @@ _pmb_recommends="
"
provides="postmarketos-ui-sxmo"
provider_priority=10
options="!check" # has no tests
options="!check pmb:systemd-never"
package() {
mkdir -p "$pkgdir"