From 2a7f84aaadf4996a36fc562bdcd9cf3ab875670b Mon Sep 17 00:00:00 2001 From: Nikita Travkin Date: Sat, 18 Dec 2021 12:28:23 +0500 Subject: [PATCH] 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 --- modem/msm-modem/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modem/msm-modem/APKBUILD b/modem/msm-modem/APKBUILD index d13dc9851..61b50fc7a 100644 --- a/modem/msm-modem/APKBUILD +++ b/modem/msm-modem/APKBUILD @@ -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"