]> code.ossystems Code Review - openembedded-core.git/commit
list-packageconfig-flags: improve option parsing
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 23 May 2014 13:30:34 +0000 (14:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Jun 2014 10:48:13 +0000 (11:48 +0100)
commit0ab4da8667cdf027d841e04ed5a35ddd45ad494a
treed7f94c5ceaee20fc7d605e84c65cfd109ed68dc6
parent0f8b16c5ea78f1d48b45cef7a317f8a307c48ebe
list-packageconfig-flags: improve option parsing

* Use optparse instead of getopt (less code & automatic help)
* Change help text / output to use "recipe" instead of "package"
* Print something to indicate the script is still gathering information

Note that the long options have been renamed as appropriate.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/contrib/list-packageconfig-flags.py