]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-common.inc: Clean up the additions to MIRRORS
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 10 Nov 2021 23:18:54 +0000 (00:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Nov 2021 17:04:09 +0000 (17:04 +0000)
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.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-common.inc

index 74190644e6fe8135a1cbb9779209e9ccf0237953..0d950e780d75943c2292dae8dd762e311b1ed3c5 100644 (file)
@@ -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