]> code.ossystems Code Review - openembedded-core.git/commitdiff
rm_work: remove debugging statements
authorRoss Burton <ross.burton@intel.com>
Fri, 22 Dec 2017 23:36:59 +0000 (23:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 17:24:15 +0000 (17:24 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/rm_work.bbclass

index 59180829abfa68c676270c13744b48780893c8af..31d99e4554a137bf51cf02f35f48cdfa1be829f8 100644 (file)
@@ -183,8 +183,6 @@ python inject_rm_work() {
         # work in the recipe itself.
         # In practice, addtask() here merely updates the dependencies.
         bb.build.addtask('do_rm_work', 'do_build', ' '.join(deps), d)
-        if "initial" in pn:
-            bb.warn(pn + "2: " + " ".join(deps))
 
     # Always update do_build_without_rm_work dependencies.
     bb.build.addtask('do_build_without_rm_work', '', ' '.join(deps), d)