From b1f9e8cc15193cda2eaece2181e90872c8498903 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Sun, 17 Nov 2024 13:38:39 +0100 Subject: [PATCH] package/octave: update _SITE to use BR2_GNU_MIRROR The octave package is distributed on the GNU project servers. See [1] and [2]. Buildroot has the BR2_GNU_MIRROR configuration which can be used for that purpose. See [3]. For consistency with all other GNU packages, this commit updates the _SITE to use BR2_GNU_MIRROR. [1] https://www.octave.org/download [2] https://www.gnu.org/prep/ftp.html [3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286 Signed-off-by: Julien Olivain Signed-off-by: Romain Naour (cherry picked from commit b0a1b0bab1238271ca99d6a453101d6b128b027a) Signed-off-by: Peter Korsgaard --- package/octave/octave.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/octave/octave.mk b/package/octave/octave.mk index f050546709..67d0e9c0a5 100644 --- a/package/octave/octave.mk +++ b/package/octave/octave.mk @@ -5,7 +5,7 @@ ################################################################################ OCTAVE_VERSION = 8.4.0 -OCTAVE_SITE = https://ftp.gnu.org/gnu/octave +OCTAVE_SITE = $(BR2_GNU_MIRROR)/octave OCTAVE_SOURCE = octave-$(OCTAVE_VERSION).tar.lz OCTAVE_LICENSE = GPL-3.0+ OCTAVE_LICENSE_FILES = COPYING