mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
uboot: switch to Python 3.9, add missing PATCHES, mark as broken.
* 64 bits: no package provides: cmd:arm_none_eabi_gcc. * 32 bits: errors related to: * "runtime_loader: Cannot open file libmpfr.so.4" * "Kconfig:66: syntax error" and " Kconfig:65: invalid option". Marking as broken until those get resolved.
This commit is contained in:
committed by
Adrien Destugues
parent
4b4af36017
commit
6b89ea2aa2
@@ -17,12 +17,13 @@ load and run it dynamically."
|
||||
HOMEPAGE="https://www.denx.de/wiki/U-Boot"
|
||||
COPYRIGHT="2000-2022 Wolfgang Denk, DENX Software Engineering"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://ftp.denx.de/pub/u-boot/u-boot-2022.04-rc3.tar.bz2"
|
||||
SOURCE_DIR="u-boot-2022.04-rc3"
|
||||
CHECKSUM_SHA256="4731da5228dc35827a9d9ebc8f541b01aa6af36c27be24e10aff06e596bee2de"
|
||||
REVISION="1"
|
||||
PATCHES="u_boot-2022.04.rc3.patchset"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
ARCHITECTURES="!any"
|
||||
|
||||
PROVIDES="
|
||||
u_boot$secondaryArchSuffix = $portVersion
|
||||
@@ -41,7 +42,7 @@ fi
|
||||
BUILD_REQUIRES="
|
||||
haiku${hostArchSuffix}_devel
|
||||
devel:libssl$hostArchSuffix
|
||||
setuptools_python3
|
||||
setuptools_python39
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:arm_none_eabi_gcc
|
||||
|
||||
Reference in New Issue
Block a user