device-xiaomi-daisy: move mkbootimg to common dependencies (MR 2810)

This fixes failed builds with the downstream kernel because of missing
mkbootimg starting from commit ba429d4f71
This commit is contained in:
alikates 2022-01-01 19:34:54 +01:00 committed by Caleb Connolly
parent 5a7d2a7dc8
commit 7d37cd7385
No known key found for this signature in database
GPG key ID: 0583312B195F64B6

View file

@ -4,12 +4,12 @@
pkgname=device-xiaomi-daisy
pkgdesc="Xiaomi Mi A2 Lite"
pkgver=2
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="postmarketos-base mesa-dri-gallium"
depends="postmarketos-base mesa-dri-gallium mkbootimg"
makedepends="devicepkg-dev"
subpackages="
$pkgname-nonfree-firmware:nonfree_firmware
@ -51,7 +51,7 @@ kernel_downstream() {
kernel_mainline() {
pkgdesc="Mainline kernel"
depends="linux-postmarketos-qcom-msm8953 mkbootimg"
depends="linux-postmarketos-qcom-msm8953"
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}