From: Jan Kiszka <[email protected]> Cherry-picked from crosstool-ng master.
Reported-by: Paul <[email protected]> Signed-off-by: Jan Kiszka <[email protected]> --- .../crosstool-ng-microblaze_1.24.0.bb | 1 + .../files/0001-isl-Update-mirror-URL.patch | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 recipes-devtools/crosstool-ng-microblaze/files/0001-isl-Update-mirror-URL.patch diff --git a/recipes-devtools/crosstool-ng-microblaze/crosstool-ng-microblaze_1.24.0.bb b/recipes-devtools/crosstool-ng-microblaze/crosstool-ng-microblaze_1.24.0.bb index 84b612b..ae339b4 100644 --- a/recipes-devtools/crosstool-ng-microblaze/crosstool-ng-microblaze_1.24.0.bb +++ b/recipes-devtools/crosstool-ng-microblaze/crosstool-ng-microblaze_1.24.0.bb @@ -15,6 +15,7 @@ DESCRIPTION = "Microblaze toolchain built by crosstool-ng" SRC_URI = " \ https://github.com/crosstool-ng/crosstool-ng/archive/crosstool-ng-${PV}.tar.gz \ + file://0001-isl-Update-mirror-URL.patch \ file://debian/ \ file://defconfig" SRC_URI[sha256sum] = "36c0067a2da265aa88f8d91c1647d152c98a100b8e2ce416cf47dedf08c069e9" diff --git a/recipes-devtools/crosstool-ng-microblaze/files/0001-isl-Update-mirror-URL.patch b/recipes-devtools/crosstool-ng-microblaze/files/0001-isl-Update-mirror-URL.patch new file mode 100644 index 0000000..73b05d9 --- /dev/null +++ b/recipes-devtools/crosstool-ng-microblaze/files/0001-isl-Update-mirror-URL.patch @@ -0,0 +1,28 @@ +From cfb7d07ae1e0ef4dbf14f40a5744d1abd382d000 Mon Sep 17 00:00:00 2001 +From: Chris Packham <[email protected]> +Date: Sun, 10 Oct 2021 21:27:50 +1300 +Subject: [PATCH] isl: Update mirror URL + +gforge.inria.fr has been shutdown. The isl project has moved hosting to +sourceforge.io. Update the mirror accordingly. + +Signed-off-by: Chris Packham <[email protected]> +--- + packages/isl/package.desc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/packages/isl/package.desc b/packages/isl/package.desc +index ffae478d..20f7e024 100644 +--- a/packages/isl/package.desc ++++ b/packages/isl/package.desc +@@ -1,6 +1,6 @@ + repository='git git://repo.or.cz/isl.git' + bootstrap='./autogen.sh' +-mirrors='http://isl.gforge.inria.fr' ++mirrors='https://libisl.sourceforge.io' + relevantpattern='*.*|.' + milestones='0.12 0.13 0.14 0.15 0.18' + archive_formats='.tar.xz .tar.bz2 .tar.gz' +-- +2.31.1 + -- 2.31.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/90905e1e-4614-89c5-ed1d-aedb415b0e77%40web.de.
