On Wed, Nov 10, 2021 at 6:18 PM Andre McCurdy <armccu...@gmail.com> wrote:
>
> On Wed, Nov 10, 2021 at 3:19 PM Peter Kjellerstedt
> <peter.kjellerst...@axis.com> wrote:
> >
> > Since commit 044fb04d in bitbake (fetch2: Allow whitespace only mirror
> > entries) there is no need to separate the entries in MIRRORS with "\n".
> >
> > Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com>
> > ---
> >  meta/recipes-devtools/gcc/gcc-common.inc | 10 +++++-----
> >  1 file changed, 5 insertions(+), 5 deletions(-)
> >
> > diff --git a/meta/recipes-devtools/gcc/gcc-common.inc 
> > b/meta/recipes-devtools/gcc/gcc-common.inc
> > index 74190644e6..0d950e780d 100644
> > --- a/meta/recipes-devtools/gcc/gcc-common.inc
> > +++ b/meta/recipes-devtools/gcc/gcc-common.inc
> > @@ -86,11 +86,11 @@ get_tune_parameters[vardepsexclude] = "AVAILTUNES 
> > TUNE_CCARGS OVERRIDES TUNE_FEA
> >  DEBIANNAME:${MLPREFIX}libgcc = "libgcc1"
> >
> >  MIRRORS =+ "\
> > -${GNU_MIRROR}/gcc    ftp://gcc.gnu.org/pub/gcc/releases/ \n \
> > -${GNU_MIRROR}/gcc      ftp://gd.tuwien.ac.at/gnu/gcc/ \n \
> > -${GNU_MIRROR}/gcc      http://mirrors.rcn.net/pub/sourceware/gcc/releases/ 
> > \n \
> > -${GNU_MIRROR}/gcc   http://gcc.get-software.com/releases/ \n \
> > -${GNU_MIRROR}/gcc      http://gcc.get-software.com/releases/ \n \
> > +    ${GNU_MIRROR}/gcc ftp://gcc.gnu.org/pub/gcc/releases/ \
> > +    ${GNU_MIRROR}/gcc ftp://gd.tuwien.ac.at/gnu/gcc/ \
> > +    ${GNU_MIRROR}/gcc http://mirrors.rcn.net/pub/sourceware/gcc/releases/ \
> > +    ${GNU_MIRROR}/gcc http://gcc.get-software.com/releases/ \
> > +    ${GNU_MIRROR}/gcc http://gcc.get-software.com/releases/ \
>
> Last two lines are duplicates. ftp mirrors should probably be replaced
> with https.

agreed

>
> Are these even useful at all? They were added in 2012...
>

yeah I tried to access http://gcc.get-software.com/releases and it
says domain is available to buy :)
and http://mirrors.rcn.net/ is also not accessible. So perhaps just
have https://gcc.gnu.org/pub/gcc/releases/
and if needed use some of mirrors as mentioned here
https://gcc.gnu.org/mirrors.html instead


> >  "
> >  #
> >  # Set some default values
> >
> >
> >
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#158130): 
https://lists.openembedded.org/g/openembedded-core/message/158130
Mute This Topic: https://lists.openembedded.org/mt/86970465/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to