# HG changeset patch # User "Yann E. MORIN" # Date 1233098004 0 # Node ID 685450d99823f9b66743e8cb9092de1c87bc3644 # Parent a6433a0af46e37a09ea71392e7ee180e0483f853 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 -r a6433a0af46e -r 685450d99823 scripts/build/tools/200-sstrip.sh --- a/scripts/build/tools/200-sstrip.sh Tue Jan 27 22:27:35 2009 +0000 +++ b/scripts/build/tools/200-sstrip.sh Tue Jan 27 23:13:24 2009 +0000 @@ -34,13 +34,13 @@ } 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"