unpack.py: add SRC_URI parameter unpack=<bool> (default: true)
authorAndreas Oberritter <obi@opendreambox.org>
Thu, 6 Jan 2011 12:48:29 +0000 (12:48 +0000)
committerKhem Raj <raj.khem@gmail.com>
Sun, 16 Jan 2011 00:05:16 +0000 (16:05 -0800)
commit2bdfe8519eda8067845019a699acdf19a21ba380
tree6bc81c572458b8e0ff31eebf3b4aeca4a38a82b4
parent54573959d3f6479ac6e26a9a4a4d2d258082a8df
unpack.py: add SRC_URI parameter unpack=<bool> (default: true)

* This allows to download compressed files without extracting them
* Use case: gcj requires ecj.jar, which must be downloaded separately
  and put into the gcc source directory before configure gets executed.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
CC: Chris Larson <chris_larson@mentor.com>
Reviewed-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
classes/base.bbclass
docs/usermanual/reference/var_src_uri.xml
lib/oe/unpack.py