linux-oneplus-instantnoodlep: use mkdtboimg from android-tools (MR 4145)
... and work around https://gitlab.com/postmarketOS/pmaports/-/issues/1990
This commit is contained in:
parent
56c96a30e9
commit
8bbc90f097
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=linux-oneplus-instantnoodlep
|
||||
pkgver=4.19.272
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="OnePlus 8 Pro kernel fork"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -12,7 +12,6 @@ url="https://kernel.org"
|
|||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps pmb:cross-native"
|
||||
makedepends="
|
||||
android-mkdtboimg
|
||||
bash
|
||||
bc
|
||||
bison
|
||||
|
@ -53,7 +52,8 @@ prepare() {
|
|||
build() {
|
||||
unset LDFLAGS
|
||||
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \
|
||||
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
|
||||
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \
|
||||
V=1
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue