systemd/fwupd: fix compilation on armv7 qemu
Unblocks bpo Signed-off-by: Clayton Craft <craftyguy@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9131>
This commit is contained in:
parent
88e3ba5b6f
commit
8079d33b71
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ maintainer="Clayton Craft <clayton@craftyguy.net>"
|
||||||
pkgname=fwupd
|
pkgname=fwupd
|
||||||
_pkgver=2.1.6
|
_pkgver=2.1.6
|
||||||
pkgver=9999$_pkgver
|
pkgver=9999$_pkgver
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Firmware update daemon"
|
pkgdesc="Firmware update daemon"
|
||||||
url="https://fwupd.org/"
|
url="https://fwupd.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
|
|
@ -69,6 +69,8 @@ subpackages="
|
||||||
$pkgname-tests
|
$pkgname-tests
|
||||||
"
|
"
|
||||||
source="https://github.com/fwupd/fwupd/releases/download/$_pkgver/fwupd-$_pkgver.tar.xz"
|
source="https://github.com/fwupd/fwupd/releases/download/$_pkgver/fwupd-$_pkgver.tar.xz"
|
||||||
|
# armv7 doesn't build with crossdirect
|
||||||
|
options="!pmb:crossdirect"
|
||||||
builddir="$srcdir/$pkgname-$_pkgver"
|
builddir="$srcdir/$pkgname-$_pkgver"
|
||||||
|
|
||||||
# libsmbios is a library for DELL devices which are x86/x86_64-only
|
# libsmbios is a library for DELL devices which are x86/x86_64-only
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue