diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-23 13:14:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-24 09:55:53 +0000 |
commit | 3ddbfe0b15c7868d94539d2b26f8e1379d313333 (patch) | |
tree | 9a1ce89deded54fefa3a97b0e846b2c4f81cba9f /meta/recipes-example | |
parent | 60409917ea3e7353f5b7ee831fe4ffaff0957d94 (diff) | |
download | poky-3ddbfe0b15c7868d94539d2b26f8e1379d313333.tar.gz |
buildhistory: Fix do_package race issues
The buildhistory_list_pkg_files function uses data from do_package, not
do_packagedata. Usally the two are restored together but it may see
a half complete directory or other races issues depending on timing.
Rework the function so that it uses the correct task dependencies. This
should avoid races but means the data is only restored to buildhistory
if the do_package or do_package_setscene tasks are restored.
(From OE-Core rev: b83823ce44e7531bbd2bfa62062c04147a11f724)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-example')
0 files changed, 0 insertions, 0 deletions