summaryrefslogtreecommitdiffstats
path: root/meta/classes/rm_work.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-12-22 23:36:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-02 17:24:38 +0000
commitf6154c96f483536f2db617a1c8d3b35c6b6e5684 (patch)
tree26f0113148ab495773f810f35ca5a99134416230 /meta/classes/rm_work.bbclass
parent141a535df3a30116c0eddd064498274108b9c664 (diff)
downloadpoky-f6154c96f483536f2db617a1c8d3b35c6b6e5684.tar.gz
rm_work: remove debugging statements
(From OE-Core rev: e7da9a3adc1ed430fff7afae4233e62313759b65) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/rm_work.bbclass')
-rw-r--r--meta/classes/rm_work.bbclass2
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() {
183 # work in the recipe itself. 183 # work in the recipe itself.
184 # In practice, addtask() here merely updates the dependencies. 184 # In practice, addtask() here merely updates the dependencies.
185 bb.build.addtask('do_rm_work', 'do_build', ' '.join(deps), d) 185 bb.build.addtask('do_rm_work', 'do_build', ' '.join(deps), d)
186 if "initial" in pn:
187 bb.warn(pn + "2: " + " ".join(deps))
188 186
189 # Always update do_build_without_rm_work dependencies. 187 # Always update do_build_without_rm_work dependencies.
190 bb.build.addtask('do_build_without_rm_work', '', ' '.join(deps), d) 188 bb.build.addtask('do_build_without_rm_work', '', ' '.join(deps), d)