1.4: backport #1519 from /trunk: 1.4
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 18 16:51:20 2009 +0000 (2009-05-18)
branch1.4
changeset 1340611f73f20240
parent 1317 8fe0bb65a370
child 1341 1853cda9d5fc
1.4: backport #1519 from /trunk:
- sstrip: update the upstream URL, now buildroot has migrated to
using git instead of svn.

-------- diffstat follows --------
/branches/1.4/scripts/build/tools/200-sstrip.sh | 11 8 3 0 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
scripts/build/tools/200-sstrip.sh
     1.1 --- a/scripts/build/tools/200-sstrip.sh	Sun May 03 08:40:05 2009 +0000
     1.2 +++ b/scripts/build/tools/200-sstrip.sh	Mon May 18 16:51:20 2009 +0000
     1.3 @@ -28,11 +28,16 @@
     1.4  
     1.5      buildroot)
     1.6          do_tools_sstrip_get() {
     1.7 -            CT_GetSVN sstrip svn://uclibc.org/trunk/buildroot/toolchain/sstrip
     1.8 +            CT_GetFile sstrip .c http://git.buildroot.net/buildroot/plain/toolchain/sstrip
     1.9          }
    1.10          do_tools_sstrip_extract() {
    1.11 -            CT_Extract sstrip
    1.12 -            CT_Patch sstrip
    1.13 +            # We leave the sstrip maintenance to the buildroot people:
    1.14 +            # -> any fix-up goes directly there
    1.15 +            # -> we don't have patches for it
    1.16 +            # -> we don't need to patch it
    1.17 +            # -> just create a directory in src/, and copy it there.
    1.18 +            CT_DoExecLog DEBUG mkdir -p "${CT_SRC_DIR}/sstrip"
    1.19 +            CT_DoExecLog DEBUG cp -v "${CT_TARBALLS_DIR}/sstrip.c" "${CT_SRC_DIR}/sstrip"
    1.20          }
    1.21          do_tools_sstrip_build() {
    1.22              CT_DoStep INFO "Installing sstrip"