diff options
author | Ross Burton <ross.burton@intel.com> | 2017-12-22 23:36:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-02 17:24:15 +0000 |
commit | e7da9a3adc1ed430fff7afae4233e62313759b65 (patch) | |
tree | 792faa4992339a2ad8369c5a3abf84af0a7c2e44 | |
parent | 491f6d523b72b91dc7b186a6f273756435804581 (diff) | |
download | openembedded-core-e7da9a3adc1ed430fff7afae4233e62313759b65.tar.gz openembedded-core-e7da9a3adc1ed430fff7afae4233e62313759b65.tar.bz2 openembedded-core-e7da9a3adc1ed430fff7afae4233e62313759b65.zip |
rm_work: remove debugging statements
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/rm_work.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index 59180829ab..31d99e4554 100644 --- a/meta/classes/rm_work.bbclass +++ b/meta/classes/rm_work.bbclass @@ -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) |