2a7f84aaad
Recent libqmi update in Alpine [1] splits off binary utilities into a
subpackage. This breaks the selection script which depends on qmicli.
Add the new qmi-utils as a dependency to make sure the script can
continue to work.
[1] - a1e61165f4
46 lines
1.7 KiB
Text
46 lines
1.7 KiB
Text
pkgname=msm-modem
|
|
pkgver=7
|
|
pkgrel=1
|
|
pkgdesc="Common support for Qualcomm MSM modems"
|
|
url="https://postmarketos.org/"
|
|
arch="armhf armv7 aarch64"
|
|
license="GPL-3.0-or-later"
|
|
depends="rmtfs rmtfs-openrc"
|
|
install="$pkgname.post-install"
|
|
subpackages="$pkgname-downstream $pkgname-uim-selection:uim_selection"
|
|
source="
|
|
msm-modem-downstream.initd
|
|
msm-modem-uim-selection.confd
|
|
msm-modem-uim-selection.initd
|
|
udev-downstream.rules
|
|
"
|
|
options="!check"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|
|
uim_selection() {
|
|
pkgdesc="$pkgdesc (UIM selection)"
|
|
depends="$pkgname libqmi qmi-utils"
|
|
install="$subpkgname.post-install"
|
|
|
|
install -Dm644 "$srcdir/$subpkgname.confd" "$subpkgdir/etc/conf.d/$subpkgname"
|
|
install -Dm755 "$srcdir/$subpkgname.initd" "$subpkgdir/etc/init.d/$subpkgname"
|
|
}
|
|
|
|
downstream() {
|
|
pkgdesc="$pkgdesc (downstream)"
|
|
depends="$pkgname libqipcrtr4msmipc libsmdpkt_wrapper keepfileopen"
|
|
install="$subpkgname.post-install"
|
|
|
|
install -Dm755 "$srcdir/$subpkgname.initd" "$subpkgdir/etc/init.d/$subpkgname"
|
|
install -Dm644 "$srcdir/udev-downstream.rules" "$subpkgdir/usr/lib/udev/rules.d/55-$pkgname.rules"
|
|
}
|
|
|
|
sha512sums="
|
|
3172f8c409f552f13d1da29f14ab6c79072cd6da4acab151a1a0ea1858a416974456852609f14fe29cf97a6a45e60b99d0a57ddcde751da243ee5ac6fa8b672c msm-modem-downstream.initd
|
|
efbe0d23f2716e10f5ef0006c6eb21672a14e368ecceb74d296039bc539be2b35964af48efa0db69d0f410e7bee19ba0d69ab1ede43b9cfd443acde6997c8017 msm-modem-uim-selection.confd
|
|
9c91febb48409e574695bb04c989b361db9f7678321c6935772c19efae7dd16956bd4b91143b475adf898344225d4095448b95ccb824ced305966ea96b9ae32f msm-modem-uim-selection.initd
|
|
2a511c2e249d0ec5a52f04ffe1ef3d29cf3c4813143b103e54879ff89176ea45b1a5ffe21cb7dc2f1cdd84c3102ba45ef9926ed37e00b1ae12a36d01de35ea5a udev-downstream.rules
|
|
"
|