python-external-tarball: Modernise and rename
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 11:05:01 +0000 (11:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Jun 2013 15:48:30 +0000 (16:48 +0100)
commitd93a07fc1ccc68d1e2fc8a7046551c2297e80f2f
tree3accda9f5135c109eb4e230ebe5068072b0e3841
parent3e02aafa885ef4a621a7c9634108fa580340fab5
python-external-tarball: Modernise and rename

The external-python-tarball was intended to provide python for those users who
didn't have python 2.6. It has been unloved for a while so this refreshes
it a bit. Specifically:

* Include git and tar since these can have version issues on some systems
* Rename to buildtools-tarball to better reflect its purpose
* Remove the site-config file from the tarball, its pointless
* Prune down the environment file to just cover PATH and OECORE_NATIVE
  (which is needed to correctly install the tarball)
* Add missing grp module (used by do_package) from the unixadmin package

(From OE-Core rev: c8de009e96930709efe8f6aa4e65dd04a48081f2)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/buildtools-tarball.bb [moved from meta/recipes-core/meta/external-python-tarball.bb with 69% similarity]