diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-08-16 09:13:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-18 10:40:27 +0100 |
commit | 91d7311056fd003b359cfa209919415207797962 (patch) | |
tree | 0d63a75d6e55db63fa1bc9cbb9883f48552a885c /meta | |
parent | 3ff394411e589b8ea46523ed3d6b90759f617d3e (diff) | |
download | poky-91d7311056fd003b359cfa209919415207797962.tar.gz |
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.
(From OE-Core rev: ccb96849e010883cb1cb4d384f017d05eb6bbcee)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/packagefeed-stability.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/packagefeed-stability.bbclass b/meta/classes/packagefeed-stability.bbclass index 48377797c1..5648602564 100644 --- a/meta/classes/packagefeed-stability.bbclass +++ b/meta/classes/packagefeed-stability.bbclass | |||
@@ -224,7 +224,7 @@ def package_compare_impl(pkgtype, d): | |||
224 | shutil.copyfile(srcpath, destpath) | 224 | shutil.copyfile(srcpath, destpath) |
225 | f.write('%s\n' % destpath) | 225 | f.write('%s\n' % destpath) |
226 | else: | 226 | else: |
227 | bb.plain('Not copying packages for recipe %s' % pn) | 227 | bb.note('Not copying packages for recipe %s' % pn) |
228 | 228 | ||
229 | do_cleansstate[postfuncs] += "pfs_cleanpkgs" | 229 | do_cleansstate[postfuncs] += "pfs_cleanpkgs" |
230 | python pfs_cleanpkgs () { | 230 | python pfs_cleanpkgs () { |