[oe-commits] [openembedded-core] 06/06: archiver: remove left-over debugging

git at git.openembedded.org git at git.openembedded.org
Wed Oct 10 07:05:58 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 43549b6ed82e0d2813bcf08942575b3a4c75abba
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Oct 9 21:21:37 2018 +0100

    archiver: remove left-over debugging
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/archiver.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass
index a54cf94..abaef87 100644
--- a/meta/classes/archiver.bbclass
+++ b/meta/classes/archiver.bbclass
@@ -247,7 +247,6 @@ python do_ar_configured() {
         # instead of.
         elif pn != 'libtool-native':
             def runTask(task):
-                bb.warn("running %s" % task)
                 prefuncs = d.getVarFlag(task, 'prefuncs') or ''
                 for func in prefuncs.split():
                     if func != "sysroot_cleansstate":

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


More information about the Openembedded-commits mailing list