[oe-commits] [openembedded-core] 43/82: sanity.bbclass: fix success message when config file was updated

git at git.openembedded.org git at git.openembedded.org
Sun Mar 20 07:52:53 UTC 2016


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

commit 7f81354d0e861f0a6b05a05b511caaed67975488
Author: Patrick Ohly <patrick.ohly at intel.com>
AuthorDate: Thu Mar 17 17:00:56 2016 +0100

    sanity.bbclass: fix success message when config file was updated
    
    The code now iterates over different config files, but always printed a
    message about conf/bblayers.conf for each file.
    
    Signed-off-by: Patrick Ohly <patrick.ohly at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/sanity.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 334e362..2539bd8 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -559,7 +559,7 @@ def sanity_check_conffiles(status, d):
                 success = False
                 status.addresult(e.msg)
             if success:
-                bb.note("Your conf/bblayers.conf has been automatically updated.")
+                bb.note("Your %s file has been automatically updated." % conffile)
                 status.reparse = True
 
 def sanity_handle_abichanges(status, d):

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


More information about the Openembedded-commits mailing list