]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: add "rename" subcommand paule/devtool22-oe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 30 Oct 2016 22:59:33 +0000 (11:59 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 31 Oct 2016 03:57:36 +0000 (16:57 +1300)
commit23804108c42712b9c36a013decb61df057b86b80
tree7534bf4d0b2ca94f78de4d4f2335bce7de5b5187
parentdb4535f66c1485a190a3ee37d4fb00cf664ec93e
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>
meta/lib/oeqa/selftest/devtool.py
scripts/lib/devtool/build.py
scripts/lib/devtool/standard.py