From: Peter Kjellerstedt Date: Wed, 10 Nov 2021 23:18:54 +0000 (+0100) Subject: gcc-common.inc: Clean up the additions to MIRRORS X-Git-Tag: uninative-3.5~866 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5374c45725ef5796a563c0665cde0fc05cecd856;p=openembedded-core.git gcc-common.inc: Clean up the additions to MIRRORS 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 Signed-off-by: Richard Purdie --- 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/ \ " # # Set some default values