[oe-commits] [openembedded-core] branch krogoth updated: archiver: Improve debug output

git at git.openembedded.org git at git.openembedded.org
Wed Apr 13 19:59:25 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

The following commit(s) were added to refs/heads/krogoth by this push:
       new  0e306a5   archiver: Improve debug output
0e306a5 is described below

commit 0e306a53c460302ec20192fc35930983781b7a2e
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Apr 13 20:57:42 2016 +0100

    archiver: Improve debug output
    
    Make the output from the task more informative about which directories
    are being referenced.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/archiver.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass
index cea5b3b..2f3b278 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)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list