]> code.ossystems Code Review - openembedded-core.git/commit
devtool: split out 'srcrev' update mode into a separate function
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 22 May 2015 13:41:27 +0000 (16:41 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Jun 2015 08:12:00 +0000 (09:12 +0100)
commit5da26bfd8b34af9075b9b900d353df555d8f2ef0
tree0861fe64b74fc701f58213a1aaf5ac6861e824a7
parent762ca3e8d78d4dd22f7be045082052ad20b71e50
devtool: split out 'srcrev' update mode into a separate function

Refactor update_recipe() (i.e. the implementation of the update-recipe
command)  by splitting out the 'srcrev' into a distinct function.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
scripts/lib/devtool/standard.py