systemd/wireplumber: compile with qemu-only
Compilation of wireplumber with crossdirect yields corrupted binaries in armv7. Signed-off-by: Alexandre Marquet <tb@a-marquet.fr> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7284>
This commit is contained in:
parent
381903df5e
commit
4d146769f5
1 changed files with 2 additions and 6 deletions
|
|
@ -3,12 +3,13 @@
|
|||
pkgname=wireplumber
|
||||
_pkgver=0.5.12
|
||||
pkgver=999$_pkgver
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Session / policy manager implementation for PipeWire"
|
||||
url="https://pipewire.org/"
|
||||
# armhf: pmb#2618
|
||||
arch="all !armhf"
|
||||
license="LGPL-2.1-or-later"
|
||||
options="!pmb:crossdirect"
|
||||
depends_dev="
|
||||
systemd-dev
|
||||
glib-dev
|
||||
|
|
@ -46,11 +47,6 @@ s390x)
|
|||
# probably broken here, but we want this just so pipewire is installable
|
||||
options="$options !check"
|
||||
;;
|
||||
armv7|armhf)
|
||||
# Tests fail in BPO, probably related to QEMU since they seem to pass
|
||||
# for the pipewire package in Alpine for these arches.
|
||||
options="$options !check"
|
||||
;;
|
||||
esac
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue