Skip to content
Commit b83823ce authored by Richard Purdie's avatar Richard Purdie
Browse files

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.

Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent 9febfe70
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment