device-pine64-pinephone: u-boot-tools in makedeps
Put u-boot-tools into makedepends to fix building the package with current pmbootstrap master, which has stricter dependency handling. Related: https://postmarketos.org/blog/2025/03/04/pmOS-update-2025-02/#pmbootstrap Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6407
This commit is contained in:
parent
2d77fa6662
commit
ff6810f821
1 changed files with 6 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Co-Maintainer: Jan Jasper de Kroon <jajadekroon@gmail.com>
|
||||
pkgname=device-pine64-pinephone
|
||||
pkgver=8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="PINE64 PinePhone"
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
|
@ -40,7 +40,11 @@ depends="
|
|||
"
|
||||
# FIXME: use upstream alsa-ucm-conf instead, once it works the same (pma#2115)
|
||||
replaces="alsa-ucm-conf"
|
||||
makedepends="devicepkg-dev dtc"
|
||||
makedepends="
|
||||
devicepkg-dev
|
||||
dtc
|
||||
u-boot-tools
|
||||
"
|
||||
install="$pkgname.pre-upgrade"
|
||||
source="
|
||||
00_alsa_pinephone_dshare.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue