[oe-commits] [openembedded-core] 18/23: packagefeed-stability.bbclass: change another bb.plain to bb.note

git at git.openembedded.org git at git.openembedded.org
Thu Aug 17 10:56:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit 31ab1aed83f88021943bff87e8e3afc232001bf5
Author: Ming Liu <peter.x.liu at external.atlascopco.com>
AuthorDate: Wed Aug 16 09:13:12 2017 +0200

    packagefeed-stability.bbclass: change another bb.plain to bb.note
    
    In commit 255caaad:
    [ packagefeed-stability.bbclass: change a bb.plain to bb.note ]
    
    I changed a bb.plain to bb.note to get a cleaner console, but there is
    still one more bb.plain left which I forgot to change.
    
    Signed-off-by: Ming Liu <peter.x.liu at external.atlascopco.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/packagefeed-stability.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/packagefeed-stability.bbclass b/meta/classes/packagefeed-stability.bbclass
index 4837779..5648602 100644
--- a/meta/classes/packagefeed-stability.bbclass
+++ b/meta/classes/packagefeed-stability.bbclass
@@ -224,7 +224,7 @@ def package_compare_impl(pkgtype, d):
                     shutil.copyfile(srcpath, destpath)
                 f.write('%s\n' % destpath)
     else:
-        bb.plain('Not copying packages for recipe %s' % pn)
+        bb.note('Not copying packages for recipe %s' % pn)
 
 do_cleansstate[postfuncs] += "pfs_cleanpkgs"
 python pfs_cleanpkgs () {

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


More information about the Openembedded-commits mailing list