From 9c6d8132b170ba41b1cff27d6527e9400af0d756 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 27 Jan 2009 23:13:24 +0000 Subject: Backport #1301 from /trunk, in a different manner due to underlying infrastructure changes: - the URL to retrieve sstrip (from buldroot) has changed /branches/1.3/scripts/build/tools/200-sstrip.sh | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/build/tools/200-sstrip.sh b/scripts/build/tools/200-sstrip.sh index fd7812a..be875e0 100644 --- a/scripts/build/tools/200-sstrip.sh +++ b/scripts/build/tools/200-sstrip.sh @@ -34,13 +34,13 @@ case "${CT_SSTRIP_FROM}" in } do_tools_sstrip_get() { # Note: the space between sstrip and .c is on purpose. - CT_GetFile sstrip .c \ - "http://buildroot.uclibc.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/buildroot/toolchain/sstrip/" + CT_GetFile sstrip '.c?view=co' \ + "http://sources.busybox.net/index.py/trunk/buildroot/toolchain/sstrip/" } do_tools_sstrip_extract() { # We'll let buildroot guys take care of sstrip maintenance and patching. mkdir -p "${CT_SRC_DIR}/sstrip" - CT_DoExecLog ALL cp -v "${CT_TARBALLS_DIR}/sstrip.c" "${CT_SRC_DIR}/sstrip" + CT_DoExecLog ALL cp -v "${CT_TARBALLS_DIR}/sstrip.c?view=co" "${CT_SRC_DIR}/sstrip" } do_tools_sstrip_build() { CT_DoStep INFO "Installing sstrip" -- cgit v0.10.2-6-g49f6