fairphone-fp2: add swclock-offset dependency (MR 3767)
The device has a standard read-only Qualcomm RTC, so time without swclock-offset will always be wrong after reboot.
This commit is contained in:
parent
ecc98c26de
commit
ce8f4219d2
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-fairphone-fp2
|
||||
pkgdesc="Fairphone 2"
|
||||
pkgver=6
|
||||
pkgrel=1
|
||||
pkgver=7
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -10,6 +10,7 @@ options="!check !archcheck"
|
|||
depends="
|
||||
mkbootimg
|
||||
postmarketos-base
|
||||
swclock-offset
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo
|
||||
|
|
Loading…
Reference in a new issue