summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/packagefeed-stability.bbclass2
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
229do_cleansstate[postfuncs] += "pfs_cleanpkgs" 229do_cleansstate[postfuncs] += "pfs_cleanpkgs"
230python pfs_cleanpkgs () { 230python pfs_cleanpkgs () {