From 6b89ea2aa20b253ce43560afd7422cd5fc6c2630 Mon Sep 17 00:00:00 2001 From: Oscar Lesta Date: Wed, 31 May 2023 08:43:38 -0300 Subject: [PATCH] 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. --- sys-boot/u-boot/u_boot-2022.04.rc3.recipe | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-boot/u-boot/u_boot-2022.04.rc3.recipe b/sys-boot/u-boot/u_boot-2022.04.rc3.recipe index 4edd705de..3556d5c1f 100644 --- a/sys-boot/u-boot/u_boot-2022.04.rc3.recipe +++ b/sys-boot/u-boot/u_boot-2022.04.rc3.recipe @@ -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