aboutsummaryrefslogtreecommitdiffstats
path: root/community/libqmi/APKBUILD
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2020-03-29 16:42:37 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-03-29 15:25:01 +0000
commit750acec6dd607819bbf440b9a6fff8359188c96b (patch)
tree2a78e973d849a107b01bd124f17a66c4f7150340 /community/libqmi/APKBUILD
parent3fb2fc4015bfd428e88e89710c3dd89db7d42b82 (diff)
downloadaports-750acec6dd607819bbf440b9a6fff8359188c96b.tar.bz2
aports-750acec6dd607819bbf440b9a6fff8359188c96b.tar.xz
community/libqmi: apply patches to fix crash on smdpkg & rpmsg
These patches will be included in the next stable version of libqmi, but patch them into the package in the meantime. https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/merge_requests/101
Diffstat (limited to 'community/libqmi/APKBUILD')
-rw-r--r--community/libqmi/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/libqmi/APKBUILD b/community/libqmi/APKBUILD
index d64c649b88..572705c30b 100644
--- a/community/libqmi/APKBUILD
+++ b/community/libqmi/APKBUILD
@@ -2,14 +2,16 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=libqmi
pkgver=1.24.8
-pkgrel=0
+pkgrel=1
pkgdesc="QMI modem protocol helper library"
url="https://www.freedesktop.org/wiki/Software/libqmi"
arch="all"
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
makedepends="glib-dev gtk-doc libgudev-dev libmbim-dev linux-headers python3"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://www.freedesktop.org/software/libqmi/libqmi-$pkgver.tar.xz"
+source="https://www.freedesktop.org/software/libqmi/libqmi-$pkgver.tar.xz
+ 0001-qmi-device-support-and-detect-smdpkt-managed-QMI-con.patch
+ 0002-qmi-device-detect-rpmsg-control-ports.patch"
# Tests fail
[ "$CARCH" = s390x ] && options="$options !check"
@@ -33,4 +35,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="b60ac355792373afbb202b2791c641468b48a1e54e5f34336fe37fa799c24ac566d6070ba4faaaf6b5693ae2bb5cc75c1240c7f2ee04c8e35eeeb66ec2677093 libqmi-1.24.8.tar.xz"
+sha512sums="b60ac355792373afbb202b2791c641468b48a1e54e5f34336fe37fa799c24ac566d6070ba4faaaf6b5693ae2bb5cc75c1240c7f2ee04c8e35eeeb66ec2677093 libqmi-1.24.8.tar.xz
+2fb1f8532aaa734619bd4f24679b96042e1ea05367137cc7d40d2140ee84e80acd10d04557e49c64bfdb7c3b107e61a12e62d99440a4188ba1a7510b3f2000ea 0001-qmi-device-support-and-detect-smdpkt-managed-QMI-con.patch
+c758e38fb9480c1806e12f433432e0cf461319dab94c9040695725f8d3577432306c97d6d783b3e9fd46ef2c6cf879243c7d0db89eb62baad847bd13ed0bd727 0002-qmi-device-detect-rpmsg-control-ports.patch"