device-fairphone-fp3: add lk2nd-msm8953 dependency (MR 4196)
With the new pmbootstrap flasher flash_lk2nd action we should add the lk2nd package to the device package dependencies. Add it so the flash works nicely. [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
e5e35027d2
commit
d15a16ec9b
1 changed files with 2 additions and 1 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-fairphone-fp3
|
pkgname=device-fairphone-fp3
|
||||||
pkgdesc="Fairphone 3"
|
pkgdesc="Fairphone 3"
|
||||||
pkgver=0.6
|
pkgver=0.7
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
options="!check !archcheck"
|
options="!check !archcheck"
|
||||||
depends="
|
depends="
|
||||||
|
lk2nd-msm8953
|
||||||
mkbootimg
|
mkbootimg
|
||||||
postmarketos-base
|
postmarketos-base
|
||||||
swclock-offset
|
swclock-offset
|
||||||
|
|
Loading…
Reference in a new issue