]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: add python buildsystem support
authorChristopher Larson <kergoth@gmail.com>
Mon, 19 Jan 2015 18:52:30 +0000 (11:52 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:35:26 +0000 (11:35 +0000)
commit6ff693c71d97b4bcfde198c84cf9fac7185cccfd
treecc0758453abcc15d5c064a7e87bde276ce89a9fa
parent6ff3776bb7f1a7ba2fc641bfd9b8546c4bb02466
recipetool: add python buildsystem support

- Handles distutils & setuptools.
- Supports pulling metadata from PKG-INFO, .egg-info, & setup.py (via two
  different mechanisms).
- Doesn't handle python 3 yet.

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create_buildsys_python.py [new file with mode: 0644]