mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
021b76a856
commit
40a42038ba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user