[OE-core] [PATCH 00/10] devtool add / recipetool create fixes

Paul Eggleton paul.eggleton at linux.intel.com
Sun Sep 18 20:08:03 UTC 2016


The following changes since commit d77fe838ab7631a19e90ff4226f0712e54aa4e22:

  scripts: add tool to scan for bashisms recipe shell scripts (2016-09-16 15:19:31 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/recipetool-fixes6
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/recipetool-fixes6

Paul Eggleton (10):
  recipetool: create: fix picking up name from local python source tree
  recipetool: create: improve python recipe license handling
  recipetool: create: fix name/version extraction from filename
  recipetool: create: fix error with git tree and no network
  recipetool: create: detect python autoconf macros
  recipetool: create: pick up AC_PROG_SWIG
  recipetool: create: tweak license crunching
  recipetool: create: support git short form URLs
  lib/oe/recipeutils: fix invalid character detection in validate_pn()
  devtool: add: drop superfluous validation for recipe name

 meta/lib/oe/recipeutils.py                       |  4 +-
 scripts/lib/devtool/standard.py                  |  8 +--
 scripts/lib/recipetool/create.py                 | 75 +++++++++++++++++-------
 scripts/lib/recipetool/create_buildsys.py        | 19 +++++-
 scripts/lib/recipetool/create_buildsys_python.py | 66 ++++++++++-----------
 scripts/lib/scriptutils.py                       | 13 ++++
 6 files changed, 118 insertions(+), 67 deletions(-)

-- 
2.5.5



More information about the Openembedded-core mailing list