Skip to content
Snippets Groups Projects
Verified Commit 2a7f84aa authored by Nikita Travkin's avatar Nikita Travkin Committed by Alexey Minnekhanov
Browse files

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] - https://gitlab.alpinelinux.org/alpine/aports/-/commit/a1e61165f41053926d32aa76f465a12585efff37
parent 427c3126
Branches
No related tags found
No related merge requests found
Pipeline #200878 passed
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment