From: Paul Eggleton Date: Wed, 24 Feb 2016 03:13:45 +0000 (+1300) Subject: devtool: upgrade: print new recipe name X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26812 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28fea4a104ba85aded2ecfe891e9bf997d72a103;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git devtool: upgrade: print new recipe name Make this consistent with "devtool add" so that the user knows where to find the new recipe. Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index 14dc14c067c..680cbf132d0 100644 --- a/scripts/lib/devtool/upgrade.py +++ b/scripts/lib/devtool/upgrade.py @@ -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):