Backport #1301 from /trunk, in a different manner due to underlying infrastructure changes: 1.3
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 27 23:13:24 2009 +0000 (2009-01-27)
branch1.3
changeset 1166685450d99823
parent 1165 a6433a0af46e
child 1167 aeeab714fa8f
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(-)
scripts/build/tools/200-sstrip.sh
     1.1 --- a/scripts/build/tools/200-sstrip.sh	Tue Jan 27 22:27:35 2009 +0000
     1.2 +++ b/scripts/build/tools/200-sstrip.sh	Tue Jan 27 23:13:24 2009 +0000
     1.3 @@ -34,13 +34,13 @@
     1.4          }
     1.5          do_tools_sstrip_get() {
     1.6              # Note: the space between sstrip and .c is on purpose.
     1.7 -            CT_GetFile sstrip .c    \
     1.8 -                       "http://buildroot.uclibc.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/buildroot/toolchain/sstrip/"
     1.9 +            CT_GetFile sstrip '.c?view=co'  \
    1.10 +                       "http://sources.busybox.net/index.py/trunk/buildroot/toolchain/sstrip/"
    1.11          }
    1.12          do_tools_sstrip_extract() {
    1.13              # We'll let buildroot guys take care of sstrip maintenance and patching.
    1.14              mkdir -p "${CT_SRC_DIR}/sstrip"
    1.15 -            CT_DoExecLog ALL cp -v "${CT_TARBALLS_DIR}/sstrip.c" "${CT_SRC_DIR}/sstrip"
    1.16 +            CT_DoExecLog ALL cp -v "${CT_TARBALLS_DIR}/sstrip.c?view=co" "${CT_SRC_DIR}/sstrip"
    1.17          }
    1.18          do_tools_sstrip_build() {
    1.19              CT_DoStep INFO "Installing sstrip"