summaryrefslogtreecommitdiffstats
path: root/meta/classes
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-06 10:13:57 +0000
commit075b04bfb40a1ab485aa3400f49592ad1fedbbe4 (patch)
tree29c666c440982945e506d14de61743458da5eaba /meta/classes
parent70422d7d1174cb7e70b40602878e3e4bbe733f79 (diff)
downloadpoky-075b04bfb40a1ab485aa3400f49592ad1fedbbe4.tar.gz
rm_work: remove debugging statements
(From OE-Core rev: 76fc3a030d0e46ad1ebf15bae807b817d2932647) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e7da9a3adc1ed430fff7afae4233e62313759b65) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-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)