]> code.ossystems Code Review - openembedded-core.git/commit
scripts/create-recipe: Python improvements for create-recipe.
authorDavid Nyström <david.c.nystrom@gmail.com>
Mon, 4 Feb 2013 12:32:51 +0000 (13:32 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 13:12:20 +0000 (13:12 +0000)
commit1a491a4dde0d3618f8815182d12c21f76b64de5a
tree4911162b7fc9095d3f095f3475af5052b3b889ad
parentfc5bff0145d8f5db1c09be61f5de209ac4016ed1
scripts/create-recipe: Python improvements for create-recipe.

1. Added ability to parse .zip files.
2. Added optional automatic dependency resolving for python
   recipes(easy_install wrapper).
3. Fixed a few name/version bugs.

Give it a whirl by:
create-recipe -r https://launchpad.net/nova/folsom/2012.2.3/+download/nova-2012.2.3.tar.gz

Saves me some time unwinding python dependencies, and creating template recipes.

Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/create-recipe