diff options
author | Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com> | 2021-01-26 00:56:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-30 10:41:04 +0000 |
commit | 8ed8b81af60c7d9c7a1c614ad137408637bc43ed (patch) | |
tree | 92c3ec3ea3c46660fb363c3ba814384131ffcd32 /meta/recipes-gnome/libsecret | |
parent | 44ecc935b2ba919ed5bf026c02cdb814e207d996 (diff) | |
download | poky-8ed8b81af60c7d9c7a1c614ad137408637bc43ed.tar.gz |
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]
(From OE-Core rev: a746d034fa7eaad4f4876fa61c5a8c3c15e211c8)
Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libsecret')
0 files changed, 0 insertions, 0 deletions