summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2021-11-11 00:18:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-11 17:09:17 +0000
commit40a42038ba8bca921b99a7507e0e23d399b10236 (patch)
tree667dfb7d286072a2551e023f4f8fd2e47f88d491
parent021b76a856bafc7e09c0e6fec0e8a88353cbe7bd (diff)
downloadpoky-40a42038ba8bca921b99a7507e0e23d399b10236.tar.gz
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". (From OE-Core rev: 5374c45725ef5796a563c0665cde0fc05cecd856) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/gcc/gcc-common.inc10
1 files 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
86DEBIANNAME:${MLPREFIX}libgcc = "libgcc1" 86DEBIANNAME:${MLPREFIX}libgcc = "libgcc1"
87 87
88MIRRORS =+ "\ 88MIRRORS =+ "\
89${GNU_MIRROR}/gcc ftp://gcc.gnu.org/pub/gcc/releases/ \n \ 89 ${GNU_MIRROR}/gcc ftp://gcc.gnu.org/pub/gcc/releases/ \
90${GNU_MIRROR}/gcc ftp://gd.tuwien.ac.at/gnu/gcc/ \n \ 90 ${GNU_MIRROR}/gcc ftp://gd.tuwien.ac.at/gnu/gcc/ \
91${GNU_MIRROR}/gcc http://mirrors.rcn.net/pub/sourceware/gcc/releases/ \n \ 91 ${GNU_MIRROR}/gcc http://mirrors.rcn.net/pub/sourceware/gcc/releases/ \
92${GNU_MIRROR}/gcc http://gcc.get-software.com/releases/ \n \ 92 ${GNU_MIRROR}/gcc http://gcc.get-software.com/releases/ \
93${GNU_MIRROR}/gcc http://gcc.get-software.com/releases/ \n \ 93 ${GNU_MIRROR}/gcc http://gcc.get-software.com/releases/ \
94" 94"
95# 95#
96# Set some default values 96# Set some default values