devtool: upgrade: print new recipe name

Make this consistent with "devtool add" so that the user knows where to
find the new recipe.

(From OE-Core rev: 28fea4a104ba85aded2ecfe891e9bf997d72a103)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2016-02-24 16:13:45 +13:00 committed by Richard Purdie
parent 5cd3be38f2
commit 10290f2245
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ def upgrade(args, config, basepath, workspace):
config.workspace_path, rd)
standard._add_md5(config, pn, af)
logger.info('Upgraded source extracted to %s' % srctree)
logger.info('New recipe is %s' % rf)
return 0
def register_commands(subparsers, context):