From 8bbc90f0976d03c820ed2562472628830e98eb0e Mon Sep 17 00:00:00 2001 From: Newbyte Date: Fri, 2 Jun 2023 20:58:23 +0200 Subject: [PATCH] linux-oneplus-instantnoodlep: use mkdtboimg from android-tools (MR 4145) ... and work around https://gitlab.com/postmarketOS/pmaports/-/issues/1990 --- device/testing/linux-oneplus-instantnoodlep/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device/testing/linux-oneplus-instantnoodlep/APKBUILD b/device/testing/linux-oneplus-instantnoodlep/APKBUILD index b179de321..50c7a26f0 100644 --- a/device/testing/linux-oneplus-instantnoodlep/APKBUILD +++ b/device/testing/linux-oneplus-instantnoodlep/APKBUILD @@ -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() {