binutils/elf2flt: use alternate mirror

The official elf2flt upstream has disapeared.

Switch to a mirror.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN"
2014-05-11 15:43:28 +02:00
parent e2d2b2ae11
commit 04a7340d0a
3 changed files with 27 additions and 19 deletions

View File

@ -14,11 +14,7 @@ do_binutils_get() {
fi
if [ -n "${CT_ARCH_BINFMT_FLAT}" ]; then
CT_GetCVS "elf2flt-${CT_ELF2FLT_VERSION}" \
":pserver:anonymous@cvs.uclinux.org:/var/cvs" \
"elf2flt" \
"" \
"elf2flt-${CT_ELF2FLT_VERSION}"
CT_GetGit elf2flt "${CT_ELF2FLT_GIT_CSET}" git://wh0rd.org/elf2flt.git
fi
}
@ -34,8 +30,8 @@ do_binutils_extract() {
CT_Patch "binutils" "${CT_BINUTILS_VERSION}"
if [ -n "${CT_ARCH_BINFMT_FLAT}" ]; then
CT_Extract "elf2flt-${CT_ELF2FLT_VERSION}"
CT_Patch "elf2flt" "${CT_ELF2FLT_VERSION}"
CT_Extract "elf2flt-${CT_ELF2FLT_GIT_CSET}"
CT_Patch "elf2flt" "${CT_ELF2FLT_GIT_CSET}"
fi
}