]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipetool: create: support extracting SUMMARY and HOMEPAGE
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 14 Mar 2016 03:16:21 +0000 (16:16 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 29 May 2016 22:14:12 +0000 (10:14 +1200)
commitc3f93de98633f764c430369a8346e4594991fdab
tree8771707921510f2715c863d9862f571e4019bc47
parent37b2690315cbd46c45180ee9bd807b3545ed177c
recipetool: create: support extracting SUMMARY and HOMEPAGE

Allow plugins to set any variable value through the extravalues dict,
and use this to support extracting SUMMARY and HOMEPAGE values from spec
files included with the source; additionally translate "License:" to a
comment next to the LICENSE field (we have our own logic for setting
LICENSE, but it will often be useful to see what the spec file says if
one is present).

Also use the same mechanism for setting the same variables for node.js
modules; this was already supported but wasn't inserting the settings in
the appropriate place in the file which this will now do.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/lib/recipetool/create.py
scripts/lib/recipetool/create_buildsys.py
scripts/lib/recipetool/create_npm.py