main/device-pine64-pinephone: refactor fwupd plugins (MR 3513)
fwupd 1.8.6 has all plugins builtin, remove subpackages
This commit is contained in:
parent
08bed11db5
commit
90c11c46ca
1 changed files with 2 additions and 6 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue