modem/msm-modem: depend on qmi-utils for uim-selection (MR 2769)
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
This commit is contained in:
parent
427c31262e
commit
2a7f84aaad
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=msm-modem
|
||||
pkgver=7
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Common support for Qualcomm MSM modems"
|
||||
url="https://postmarketos.org/"
|
||||
arch="armhf armv7 aarch64"
|
||||
|
@ -22,7 +22,7 @@ package() {
|
|||
|
||||
uim_selection() {
|
||||
pkgdesc="$pkgdesc (UIM selection)"
|
||||
depends="$pkgname libqmi"
|
||||
depends="$pkgname libqmi qmi-utils"
|
||||
install="$subpkgname.post-install"
|
||||
|
||||
install -Dm644 "$srcdir/$subpkgname.confd" "$subpkgdir/etc/conf.d/$subpkgname"
|
||||
|
|
Loading…
Reference in a new issue