main/u-boot-pinephone: fix build to work with crust from aports (MR 4785)

aports' community/crust package generates a crust-pinephone subpackage
that is equivalent to pmaports' current main/crust package, that is,
the crust-pinephone subpackage contains the SCP firmware binary needed for
the PinePhone. The aports crust package itself only contains a LICENSE file.
Furthermore, aports' package updated to v0.6 recently, so apk would pick it
over pmaports' v0.5 package, which would cause the build to fail because of
the missing SCP firmware binary.

This change fixes the build of u-boot-pinephone by switching the dependency to
the aports crust-pinephone package.
This commit is contained in:
Arnav Singh 2024-02-04 00:03:50 -08:00
parent ee4e52206a
commit a12bbf1057
No known key found for this signature in database
GPG key ID: 89A451A9C0E3AF0B

View file

@ -3,7 +3,7 @@
# U-boot with patches to make the PinePhone boot faster and have control over the ddr clock speed
pkgname=u-boot-pinephone
pkgver=2023.01
pkgrel=2
pkgrel=3
pkgdesc="U-Boot bootloader for the PINE64 PinePhone"
url="https://source.denx.de/u-boot"
arch="aarch64"
@ -14,7 +14,7 @@ makedepends="$depends_dev
arm-trusted-firmware
bc
bison
crust
crust-pinephone
dtc
flex
openssl-dev