device-sony-sirius: remove linux-firmware-qcom dependency (MR 3140)
Conflicts with firmware-qcom-adreno-a330 and shouldn't be necessary. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
fb881276df
commit
2d907e4d09
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-sony-sirius
|
||||
pkgver=1
|
||||
pkgrel=21
|
||||
pkgrel=22
|
||||
pkgdesc="Sony Xperia Z2 device package"
|
||||
url="https://postmarketos.org"
|
||||
arch="armv7"
|
||||
|
@ -52,7 +52,7 @@ weston() {
|
|||
|
||||
nonfree_firmware() {
|
||||
pkgdesc="Wifi/GPU firmware"
|
||||
depends="linux-firmware-qcom linux-firmware-brcm linux-firmware-cypress firmware-qcom-adreno-a330"
|
||||
depends="linux-firmware-brcm linux-firmware-cypress firmware-qcom-adreno-a330"
|
||||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue