soc-qcom-msm8996: update and move to community (MR 2188)

Add linux-firmware-qcom as a dependency for nonfree_firmware to provide
non-signed GPU firmware.
This commit is contained in:
Yassine Oudjana 2021-05-22 16:53:39 +04:00 committed by Bart Ribbers
parent 27e30cb0ae
commit b9a124c591
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Yassine Oudjana (Tooniis) <y.oudjana@protonmail.com>
pkgname=soc-qcom-msm8996
pkgdesc="Common package for Qualcomm MSM8996 devices"
pkgver=0.1
pkgver=1
pkgrel=0
url="https://postmarketos.org"
license="BSD-3-Clause"
@ -26,8 +26,8 @@ package() {
}
nonfree_firmware() {
pkgdesc="GPU/Modem/Venus/ADSP Firmware"
depends="msm-modem"
pkgdesc="Non-free firmware for GPU and modem"
depends="linux-firmware-qcom msm-modem"
mkdir "$subpkgdir"
}