]> code.ossystems Code Review - openembedded-core.git/commit
python3: Use addtask statement instead of task dependencies
authorTomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Mon, 25 Jan 2021 23:56:26 +0000 (00:56 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 4 Feb 2021 14:57:53 +0000 (04:57 -1000)
commit35ca0a401e62a8a8b88c3089929eda401a90f762
treeb31ce97db4ab6585789117a4fb1fa743aa67c738
parent1a0ac4d51bdc502ff56a7b57b3a9e72b25ccd7ae
python3: Use addtask statement instead of task dependencies

The externalsrc class deletes do_patch task which results with:
| ERROR: Task do_create_manifest in <PATH>/python3_3.8.2.bb depends upon
| non-existent task do_patch in <PATH>/python3_3.8.2.bb

Use addtask to define correct order to prevent this error, since addtask
mechanism accepts deleted tasks.

[YOCTO #14151]

Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a746d034fa7eaad4f4876fa61c5a8c3c15e211c8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/python/python3_3.8.2.bb