device/community: add swclock-offset dependency for affected SoCs (MR 2241)
Set package dependency "swclock-offset" to "soc-qcom-msm8916" and "soc-qcom-sdm845". These SoC's have a read-only real-time clock (RTC). The package "swclock-offset" keeps an offset between the RTC and the system time.
This commit is contained in:
parent
ba429d4f71
commit
6614be1f17
2 changed files with 4 additions and 4 deletions
|
@ -2,12 +2,12 @@
|
|||
pkgname=soc-qcom-msm8916
|
||||
pkgdesc="Common package for Qualcomm MSM8916 devices"
|
||||
pkgver=10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
arch="aarch64 armv7"
|
||||
options="!check !archcheck !tracedeps pmb:cross-native"
|
||||
depends="mesa-dri-gallium $pkgname-ucm"
|
||||
depends="mesa-dri-gallium $pkgname-ucm swclock-offset"
|
||||
subpackages="$pkgname-ucm $pkgname-modem"
|
||||
|
||||
_ucm_commit="66d2d458458b975fa3bf8e657bbd34b2db4b6b77"
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
pkgname=soc-qcom-sdm845
|
||||
pkgdesc="Common package for Qualcomm SDM845 devices"
|
||||
pkgver=4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="BSD-3-Clause"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck !tracedeps"
|
||||
depends="mesa-dri-gallium"
|
||||
depends="mesa-dri-gallium swclock-offset"
|
||||
subpackages="
|
||||
$pkgname-nonfree-firmware:nonfree_firmware
|
||||
$pkgname-ucm
|
||||
|
|
Loading…
Reference in a new issue