]> code.ossystems Code Review - openembedded-core.git/commit
scripts/bitbake-whatchanged: migrate from optparse to argparse
authorHumberto Ibarra <humberto.ibarra.lopez@intel.com>
Thu, 19 May 2016 19:51:54 +0000 (14:51 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 May 2016 15:09:22 +0000 (16:09 +0100)
commitb6c71616e66708bb1c456b83f98913b198f49a4a
tree37e254c7c2484bd58db2abdf70896aa5bb4ae024
parent8016b51d81ca9ed1567effa9d2870b1d98684350
scripts/bitbake-whatchanged: migrate from optparse to argparse

The script bitbake-whatchanged uses optparse library, which is
deprecated since python 2.7. This migrates to argparse library.

[Yocto #9634]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/bitbake-whatchanged