[oe-commits] [openembedded-core] 41/116: devtool: upgrade: print new recipe name

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:29:27 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f6c75fa4664707f5e0f36ecb7f8ffff54b32ca9e
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Wed Feb 24 16:13:45 2016 +1300

    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 <paul.eggleton at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/lib/devtool/upgrade.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py
index 14dc14c..680cbf1 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):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list