]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
devtool: upgrade: print new recipe name
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 24 Feb 2016 03:13:45 +0000 (16:13 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:36 +0000 (11:32 +0000)
Make this consistent with "devtool add" so that the user knows where to
find the new recipe.

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

index 14dc14c067c852f640fee1b2128c3f44a588f7a5..680cbf132d0c62900a321b8660a1de0622d501bf 100644 (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):