~ubuntu-branches/ubuntu/maverick/uboot-imx/maverick

« back to all changes in this revision

Viewing changes to lib_generic/lzma/import_lzmasdk.sh

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-01-20 15:41:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100120154126-7bha1jeyjegu7xm5
Tags: 2009.08+really2009.01-0ubuntu1
* revert to the 2009.01 upstream version, 2009.08 has still to 
  many work in progress items in the freescale patchset (MMC and NIC
  dont work at all)
* add the latest patchset from freescale for 2009.01
* add 1002_enable_hush_shell_and_ext2.patch to enable hush shell and ext2 
* add 1003_fix_board_revision_numbers to make sure babbage 2.5 boards have 
  revision 51120 and babbage 3.0 boards have revision 51130 properly set in 
  their cpuinfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
BASENAME=`basename $1 .tar.bz2`
19
19
TMPDIR=/tmp/tmp_lib_$BASENAME
20
 
FILES="C/LzmaDec.h
21
 
      C/Types.h
22
 
      C/LzmaDec.c
 
20
FILES="C/Compress/Lzma/LzmaDecode.h
 
21
      C/Compress/Lzma/LzmaTypes.h
 
22
      C/Compress/Lzma/LzmaDecode.c
23
23
      history.txt
 
24
      LGPL.txt
24
25
      lzma.txt"
25
26
 
 
27
 
26
28
mkdir -p $TMPDIR
27
29
echo "Untar $1 -> $TMPDIR"
28
30
tar -jxf $1 -C $TMPDIR