]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: extract variable values from .deb/.ipk/.rpm
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 29 May 2016 22:21:00 +0000 (10:21 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 21:45:13 +0000 (22:45 +0100)
commit19e6b661d38c5ae9b19d6340762c289830baba59
tree1bc177da0ef0804d0e2f1f8957d4c08fbdba01fe
parent91fc35ff5e89aa6d4c4ad945e45406fb4f71018e
recipetool: create: extract variable values from .deb/.ipk/.rpm

Extract the metadata from package files and use it to set variable
values in the recipe (including recipe name and version, LICENSE,
SUMMARY, DESCRIPTION, SECTION and HOMEPAGE). For LICENSE we take care
not to step on any value determined by our license file scan; if there
is one we simply add a comment above the LICENSE setting so the user can
resolve it.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py