package/bc: update _SITE to use BR2_GNU_MIRROR
The bc 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. As a side note, the bc package was introduced long time ago using BR2_GNU_MIRROR. See [4]. It was then updated to an alpha version in [5]. When the alpha version was no longer needed, it was switched to the main GNU download server in [6]. [1] https://www.gnu.org/software/bc/ [2] https://www.gnu.org/prep/ftp.html [3] https://gitlab.com/buildroot.org/buildroot/-/blob/2024.08.2/Config.in#L286 [4]c95dcd4645
[5]1faa7c344e
[6]ed7572cc7f
Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Romain Naour <romain.naour@smile.fr> (cherry picked from commit 2956a3921548921adb5472e092901ff9d9861333) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
80ade2cbab
commit
2538748565
@ -5,7 +5,7 @@
|
||||
################################################################################
|
||||
|
||||
BC_VERSION = 1.07.1
|
||||
BC_SITE = http://ftp.gnu.org/gnu/bc
|
||||
BC_SITE = $(BR2_GNU_MIRROR)/bc
|
||||
BC_DEPENDENCIES = host-flex
|
||||
BC_LICENSE = GPL-2.0+, LGPL-2.1+
|
||||
BC_LICENSE_FILES = COPYING COPYING.LIB
|
||||
|
Loading…
Reference in New Issue
Block a user