]> code.ossystems Code Review - openembedded-core.git/commit
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:46:25 +0000 (16:46 +0100)
commitc8de009e96930709efe8f6aa4e65dd04a48081f2
treefde89057e1ea99d1b33e01f3d8d61595f897d65d
parentc91bb8c76e3bd45690e66f3de79cd3adfe45f600
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

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]