main/device-pine64-pinephone: refactor fwupd plugins (MR 3513)

fwupd 1.8.6 has all plugins builtin, remove subpackages
This commit is contained in:
Dylan Van Assche 2022-10-09 16:22:38 +02:00
parent 08bed11db5
commit 90c11c46ca
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -5,7 +5,7 @@
# Co-Maintainer: Dylan Van Assche <me@dylanvanassche.be> # Co-Maintainer: Dylan Van Assche <me@dylanvanassche.be>
pkgname=device-pine64-pinephone pkgname=device-pine64-pinephone
pkgver=0.42 pkgver=0.42
pkgrel=3 pkgrel=4
pkgdesc="PINE64 PinePhone" pkgdesc="PINE64 PinePhone"
url="https://postmarketos.org" url="https://postmarketos.org"
license="MIT" license="MIT"
@ -33,11 +33,7 @@ depends="
postmarketos-base postmarketos-base
u-boot-pinephone>=2021.01_git20201228-r2 u-boot-pinephone>=2021.01_git20201228-r2
u-boot-tools u-boot-tools
fwupd fwupd>=1.8.6
fwupd-plugin-fastboot
fwupd-plugin-logind
fwupd-plugin-modem_manager
fwupd-plugin-upower
" "
makedepends="devicepkg-dev dtc" makedepends="devicepkg-dev dtc"
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-upgrade" install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-upgrade"