summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 c0e9be549d..48377797c1 100644
--- a/meta/classes/packagefeed-stability.bbclass
+++ b/meta/classes/packagefeed-stability.bbclass
@@ -189,7 +189,7 @@ def package_compare_impl(pkgtype, d):
189 189
190 # Remove all the old files and copy again if docopy 190 # Remove all the old files and copy again if docopy
191 if docopy: 191 if docopy:
192 bb.plain('Copying packages for recipe %s' % pn) 192 bb.note('Copying packages for recipe %s' % pn)
193 pcmanifest = os.path.join(prepath, d.expand('pkg-compare-manifest-${MULTIMACH_TARGET_SYS}-${PN}')) 193 pcmanifest = os.path.join(prepath, d.expand('pkg-compare-manifest-${MULTIMACH_TARGET_SYS}-${PN}'))
194 try: 194 try:
195 with open(pcmanifest, 'r') as f: 195 with open(pcmanifest, 'r') as f: