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:
parent
ee4e52206a
commit
a12bbf1057
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# U-boot with patches to make the PinePhone boot faster and have control over the ddr clock speed
|
# U-boot with patches to make the PinePhone boot faster and have control over the ddr clock speed
|
||||||
pkgname=u-boot-pinephone
|
pkgname=u-boot-pinephone
|
||||||
pkgver=2023.01
|
pkgver=2023.01
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="U-Boot bootloader for the PINE64 PinePhone"
|
pkgdesc="U-Boot bootloader for the PINE64 PinePhone"
|
||||||
url="https://source.denx.de/u-boot"
|
url="https://source.denx.de/u-boot"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -14,7 +14,7 @@ makedepends="$depends_dev
|
||||||
arm-trusted-firmware
|
arm-trusted-firmware
|
||||||
bc
|
bc
|
||||||
bison
|
bison
|
||||||
crust
|
crust-pinephone
|
||||||
dtc
|
dtc
|
||||||
flex
|
flex
|
||||||
openssl-dev
|
openssl-dev
|
||||||
|
|
Loading…
Reference in a new issue