diff options
| -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 () { |
