mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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>
This commit is contained in:
parent
70422d7d11
commit
075b04bfb4
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user