]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagefeed-stability.bbclass: change another bb.plain to bb.note
authorMing Liu <peter.x.liu@external.atlascopco.com>
Wed, 16 Aug 2017 07:13:12 +0000 (09:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Aug 2017 09:40:08 +0000 (10:40 +0100)
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@external.atlascopco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/packagefeed-stability.bbclass

index 48377797c13020d3f3b4274b6521ed6a10774d43..5648602564214761618cea85cc13be7ce396f59b 100644 (file)
@@ -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 () {