From: Jose Quaresma Date: Thu, 9 Jun 2022 16:42:07 +0000 (+0100) Subject: archiver: use bb.note instead of echo X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3885 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6420c8a6a8143f53ccad7ab2d56b2ba06db83099;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git archiver: use bb.note instead of echo Signed-off-by: Jose Quaresma Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index c19c770d114..8d026067f49 100644 --- a/meta/classes/archiver.bbclass +++ b/meta/classes/archiver.bbclass @@ -579,7 +579,7 @@ python do_dumpdata () { SSTATETASKS += "do_deploy_archives" do_deploy_archives () { - echo "Deploying source archive files from ${ARCHIVER_TOPDIR} to ${DEPLOY_DIR_SRC}." + bbnote "Deploying source archive files from ${ARCHIVER_TOPDIR} to ${DEPLOY_DIR_SRC}." } python do_deploy_archives_setscene () { sstate_setscene(d)