]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Jan 2021 10:38:49 +0000 (10:38 +0000)
commita746d034fa7eaad4f4876fa61c5a8c3c15e211c8
tree6f0cbe9e77fb883c648175a2cef3edbbfed45eb5
parent526bdd88ccd758204452579333ba188e29270bde
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>
meta/recipes-devtools/python/python3_3.9.1.bb