main/device-pine64-pinephone: add logind and upower fwupd plugins (MR 3320)
Otherwise, an update could be allowed even if the phone is not connected to AC and it might also suspend in the middle of the upgrade
This commit is contained in:
parent
28132d3af0
commit
0007ee331c
1 changed files with 4 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# Co-Maintainer: Dylan Van Assche <me@dylanvanassche.be>
|
||||
pkgname=device-pine64-pinephone
|
||||
pkgver=0.42
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="PINE64 PinePhone"
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -34,8 +34,10 @@ depends="
|
|||
u-boot-pinephone>=2021.01_git20201228-r2
|
||||
u-boot-tools
|
||||
fwupd
|
||||
fwupd-plugin-modem_manager
|
||||
fwupd-plugin-fastboot
|
||||
fwupd-plugin-logind
|
||||
fwupd-plugin-modem_manager
|
||||
fwupd-plugin-upower
|
||||
"
|
||||
makedepends="devicepkg-dev dtc"
|
||||
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-upgrade"
|
||||
|
|
Loading…
Reference in a new issue