]> code.ossystems Code Review - openembedded-core.git/commit
devtool: add "rename" subcommand
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 31 Oct 2016 03:59:49 +0000 (16:59 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Nov 2016 11:04:17 +0000 (11:04 +0000)
commit9303d8055c45a0f6af295d70a6f6a8b9d8d8a7c9
tree84a5d89e056aeaa0c6a6d8bfeffc97eca10e1623
parent0dafcb158003fb13f82c266f607d9967fca321db
devtool: add "rename" subcommand

When you run devtool add on a source tree we attempt to figure out the
correct name and version for the recipe. However, despite our best
efforts, sometimes the name and/or version we come up with isn't
correct, and the only way to remedy that up until now was to reset the
recipe, delete the source tree and start again, specifying the name this
time. To avoid this slightly painful procedure, add a "rename"
subcommand that lets you rename the recipe and/or change the version.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/devtool.py
scripts/lib/devtool/build.py
scripts/lib/devtool/standard.py