linux-purism-librem5: Remove pureosrel variable from APKBUILD
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8751>
This commit is contained in:
parent
3d4edb256b
commit
60c7c33de3
1 changed files with 3 additions and 4 deletions
|
|
@ -6,9 +6,8 @@ pkgname=linux-purism-librem5
|
|||
pkgver=6.6.139
|
||||
pkgrel=0
|
||||
# NOTE: Don't forget to rebase the config! See prepare() for instructions.
|
||||
_purismrel=_1
|
||||
_pureosrel=
|
||||
_purismver=${pkgver}pureos$_purismrel$_pureosrel
|
||||
_purismrel=1
|
||||
_purismver=${pkgver}pureos$_purismrel
|
||||
pkgdesc="Purism Librem 5 phone kernel fork"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
|
@ -53,7 +52,7 @@ builddir="$srcdir/$_repository-pureos-$_purismver"
|
|||
prepare() {
|
||||
default_prepare
|
||||
REPLACE_GCCH=0 \
|
||||
. downstreamkernel_prepare
|
||||
. downstreamkernel_prepare
|
||||
|
||||
####### Rebase config
|
||||
# The kernel config needs to be periodically rebased to enable new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue