diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-02-24 16:13:45 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:33:01 +0000 |
commit | 10290f2245cd95e95078e809a1b388d3573d73b8 (patch) | |
tree | bf0a8038b22f7d3e3e8ddd281e4d5187e3a0269b /scripts/lib | |
parent | 5cd3be38f28c7e6fd55eb3749c0f18a0eba83ed8 (diff) | |
download | poky-10290f2245cd95e95078e809a1b388d3573d73b8.tar.gz |
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>
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/devtool/upgrade.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index 14dc14c067..680cbf132d 100644 --- a/scripts/lib/devtool/upgrade.py +++ b/scripts/lib/devtool/upgrade.py | |||
@@ -349,6 +349,7 @@ def upgrade(args, config, basepath, workspace): | |||
349 | config.workspace_path, rd) | 349 | config.workspace_path, rd) |
350 | standard._add_md5(config, pn, af) | 350 | standard._add_md5(config, pn, af) |
351 | logger.info('Upgraded source extracted to %s' % srctree) | 351 | logger.info('Upgraded source extracted to %s' % srctree) |
352 | logger.info('New recipe is %s' % rf) | ||
352 | return 0 | 353 | return 0 |
353 | 354 | ||
354 | def register_commands(subparsers, context): | 355 | def register_commands(subparsers, context): |