]> code.ossystems Code Review - openembedded-core.git/commit
classes/utility-tasks: make do_listtasks a little more friendly
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 24 Feb 2014 16:05:46 +0000 (16:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Feb 2014 16:18:57 +0000 (16:18 +0000)
commit36828f8a0db83b5222a8589984e4a02aeb00eada
tree2c0235a1087772a89e2189f504fc2fac4a6a2304
parentd000761acdb2645ac879d8d9d6b022770545f644
classes/utility-tasks: make do_listtasks a little more friendly

* Sort the list so it's at least in some form of logical order. I looked
  at sorting by dependencies, but that's a topological sort, and given
  no such function is shipped as part of the python standard libraries
  it would seem excessive to pull one in just for this. In any case, I'm
  not sure that for the data we have this would lead to any particularly
  pleasing result.
* Show the doc values as defined in documentation.conf (where present)
  as a description

Addresses [YOCTO #4856].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/utility-tasks.bbclass