From c3a2bc557877db41be8f572c1dffcba0b4da13cc Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 11 Jul 2023 12:53:38 -0400 Subject: [PATCH] coreboot 4.11 needs acpica which moved from acpica.org to intel. Download from distfiles.macports.org instead, same hash. kgpe-d16 and librem-l1um depend on 4.11 still today in tree, even though building is successful only on debian-10. Fixing so people building 4.11 today are still successful. 4.19+ already depends on github.com releases tarballs. REF: https://review.coreboot.org/c/coreboot/+/76399 --- ...tead-of-2018_fix-old_coreboot-build-on-newer-platforms.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/coreboot-4.11/0070-crossgcc-iasl-2021-instead-of-2018_fix-old_coreboot-build-on-newer-platforms.patch b/patches/coreboot-4.11/0070-crossgcc-iasl-2021-instead-of-2018_fix-old_coreboot-build-on-newer-platforms.patch index c4ac7408..b0455dd0 100644 --- a/patches/coreboot-4.11/0070-crossgcc-iasl-2021-instead-of-2018_fix-old_coreboot-build-on-newer-platforms.patch +++ b/patches/coreboot-4.11/0070-crossgcc-iasl-2021-instead-of-2018_fix-old_coreboot-build-on-newer-platforms.patch @@ -14,7 +14,7 @@ BINUTILS_ARCHIVE="https://ftpmirror.gnu.org/binutils/binutils-${BINUTILS_VERSION}.tar.xz" GDB_ARCHIVE="https://ftpmirror.gnu.org/gdb/gdb-${GDB_VERSION}.tar.xz" -IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix2-${IASL_VERSION}.tar.gz" -+IASL_ARCHIVE="https://acpica.org/sites/acpica/files/acpica-unix-${IASL_VERSION}.tar.gz" ++IASL_ARCHIVE="https://distfiles.macports.org/acpica/acpica-unix-${IASL_VERSION}.tar.gz" PYTHON_ARCHIVE="https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tar.xz" EXPAT_ARCHIVE="https://downloads.sourceforge.net/sourceforge/expat/expat-${EXPAT_VERSION}.tar.bz2" # CLANG toolchain archive locations