From: Richard Purdie Date: Wed, 13 Apr 2016 19:57:42 +0000 (+0100) Subject: archiver: Improve debug output X-Git-Tag: 2016-4~63 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0e306a53c460302ec20192fc35930983781b7a2e;p=openembedded-core.git archiver: Improve debug output Make the output from the task more informative about which directories are being referenced. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index cea5b3bcb5..2f3b278fb3 100644 --- a/meta/classes/archiver.bbclass +++ b/meta/classes/archiver.bbclass @@ -363,7 +363,7 @@ python do_dumpdata () { SSTATETASKS += "do_deploy_archives" do_deploy_archives () { - echo "Deploying source archive files ..." + echo "Deploying source archive files from ${ARCHIVER_TOPDIR} to ${DEPLOY_DIR_SRC}." } python do_deploy_archives_setscene () { sstate_setscene(d)