diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-13 20:57:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-13 20:58:41 +0100 |
commit | 5c8124df2efed4b8691239cd357cf69211b0c844 (patch) | |
tree | 1039772d1e882751695ab6908e95d46104460374 /meta | |
parent | e912c468875ffea7e8070cb7813bca262d1cbb0b (diff) | |
download | poky-5c8124df2efed4b8691239cd357cf69211b0c844.tar.gz |
archiver: Improve debug output
Make the output from the task more informative about which directories
are being referenced.
(From OE-Core rev: 0e306a53c460302ec20192fc35930983781b7a2e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/archiver.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
363 | 363 | ||
364 | SSTATETASKS += "do_deploy_archives" | 364 | SSTATETASKS += "do_deploy_archives" |
365 | do_deploy_archives () { | 365 | do_deploy_archives () { |
366 | echo "Deploying source archive files ..." | 366 | echo "Deploying source archive files from ${ARCHIVER_TOPDIR} to ${DEPLOY_DIR_SRC}." |
367 | } | 367 | } |
368 | python do_deploy_archives_setscene () { | 368 | python do_deploy_archives_setscene () { |
369 | sstate_setscene(d) | 369 | sstate_setscene(d) |