community/soc-qcom: move msm-modem dependency to soc-qcom-modem subpackage
Pulling this in results in a bunch of modem related stuff that isn't applicable to all Qualcomm devices. Signed-off-by: Casey Connolly <kcxt@postmarketos.org> Co-Authored-by: Victoria Brekenfeld <postmarketos@drakulix.de> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8980>
This commit is contained in:
parent
fdcadfde88
commit
9cc85a5ba4
1 changed files with 4 additions and 4 deletions
|
|
@ -3,14 +3,13 @@ maintainer="Casey Connolly <kcxt@postmarketos.org>"
|
|||
pkgname=soc-qcom
|
||||
pkgdesc="Common package for Qualcomm devices"
|
||||
pkgver=9
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck !tracedeps"
|
||||
depends="
|
||||
bootmac
|
||||
msm-modem
|
||||
swclock-offset
|
||||
tqftpserv
|
||||
"
|
||||
|
|
@ -78,9 +77,10 @@ gstreamer_systemd() {
|
|||
modem() {
|
||||
pkgdesc="Modem services and configuration"
|
||||
depends="
|
||||
q6voiced
|
||||
msm-modem-uim-selection
|
||||
81voltd
|
||||
msm-modem
|
||||
msm-modem-uim-selection
|
||||
q6voiced
|
||||
"
|
||||
|
||||
mkdir -p "$subpkgdir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue